[PATCH] Generic HID layer - input and event reporting
authorJiri Kosina <jkosina@suse.cz>
Fri, 8 Dec 2006 17:41:17 +0000 (18:41 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Dec 2006 18:43:17 +0000 (10:43 -0800)
commitaa8de2f038baec993f07ef66fb3e94481d1ec22b
treefeb358b58c3eaf94381d9cc89306af0c8808d132
parentaa938f7974b82cfd9ee955031987344f332b7c77
[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>
drivers/hid/hid-core.c
drivers/usb/input/hid-core.c
drivers/usb/input/hiddev.c
include/linux/hid.h