diff options
author | Jiri Kosina <jkosina@suse.cz> | 2006-12-08 12:40:44 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-12-08 13:43:01 -0500 |
commit | dde5845a529ff753364a6d1aea61180946270bfa (patch) | |
tree | e0160fe45c047024b281a2805196a8c64242b59e /drivers/usb/input/hid-ff.c | |
parent | 64bb67b1702958759f650adb64ab33496641e526 (diff) |
[PATCH] Generic HID layer - code split
The "big main" split of USB HID code into generic HID code and
USB-transport specific HID handling.
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>
Diffstat (limited to 'drivers/usb/input/hid-ff.c')
-rw-r--r-- | drivers/usb/input/hid-ff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/input/hid-ff.c b/drivers/usb/input/hid-ff.c index a8fc46c721c5..4187f4ee9a9c 100644 --- a/drivers/usb/input/hid-ff.c +++ b/drivers/usb/input/hid-ff.c | |||
@@ -32,7 +32,7 @@ | |||
32 | #undef DEBUG | 32 | #undef DEBUG |
33 | #include <linux/usb.h> | 33 | #include <linux/usb.h> |
34 | 34 | ||
35 | #include "hid.h" | 35 | #include <linux/hid.h> |
36 | 36 | ||
37 | /* | 37 | /* |
38 | * This table contains pointers to initializers. To add support for new | 38 | * This table contains pointers to initializers. To add support for new |