commit | df9a1f482d1252045210f50048911e2efba61e62 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Thu Jun 01 13:55:28 2006 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jun 21 15:04:15 2006 -0700 |
tree | a2a581e278e9ef6ede4b58ef73d3388510f06064 | |
parent | 47104b0dd32cec467574822b0dc3517b3de3f0ad [diff] |
[PATCH] usbhid: use usb_reset_composite_device This patch (as702) makes usbhid use the new usb_reset_composite_device API. Now HID interfaces can coexist with other interfaces on the same device, and a reset can safely be requested by any of the drivers. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>