commit | 9684819b5a29e62acd8265a92d8f3454de9bb71e | [log] [tgz] |
---|---|---|
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | Wed Feb 27 16:38:17 2013 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Thu Mar 07 15:58:17 2013 +0100 |
tree | 8b2da81d84a83ffe794f404cc547e6e8f5c7beef | |
parent | 777d4bb39a585ff54817815544941c2da70a0bb9 [diff] |
HID: ll_driver: Extend the interface with idle requests Some drivers send the idle command directly to underlying device, creating an unwanted dependency on the underlying transport layer. This patch adds hid_hw_idle() to the interface, thereby removing usbhid from the lion share of the drivers. Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Reviewed-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>