commit | aa8de2f038baec993f07ef66fb3e94481d1ec22b | [log] [tgz] |
---|---|---|
author | Jiri Kosina <jkosina@suse.cz> | Fri Dec 08 18:41:17 2006 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 08 10:43:17 2006 -0800 |
tree | feb358b58c3eaf94381d9cc89306af0c8808d132 | |
parent | aa938f7974b82cfd9ee955031987344f332b7c77 [diff] |
[PATCH] Generic HID layer - input and event reporting hid_input_report() was needlessly USB-specific in USB HID. This patch makes the function independent of HID implementation and fixes all the current users. Bluetooth patches comply with this prototype. Signed-off-by: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>