Skip to content

Commit dde5845

Browse files
Jiri Kosinagregkh
authored andcommitted
[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>
1 parent 64bb67b commit dde5845

File tree

12 files changed

+1896
-1802
lines changed

12 files changed

+1896
-1802
lines changed

drivers/hid/hid-core.c

Lines changed: 940 additions & 0 deletions
Large diffs are not rendered by default.

drivers/hid/hid-input.c

Lines changed: 840 additions & 0 deletions
Large diffs are not rendered by default.

drivers/usb/input/hid-core.c

Lines changed: 96 additions & 943 deletions
Large diffs are not rendered by default.

drivers/usb/input/hid-ff.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#undef DEBUG
3333
#include <linux/usb.h>
3434

35-
#include "hid.h"
35+
#include <linux/hid.h>
3636

3737
/*
3838
* This table contains pointers to initializers. To add support for new

0 commit comments

Comments
 (0)