Skip to content

Commit

Permalink
[PATCH] Generic HID layer - code split
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jiri Kosina authored and Greg Kroah-Hartman committed Dec 8, 2006
1 parent 64bb67b commit dde5845
Show file tree
Hide file tree
Showing 12 changed files with 1,896 additions and 1,802 deletions.
940 changes: 940 additions & 0 deletions drivers/hid/hid-core.c

Large diffs are not rendered by default.

840 changes: 840 additions & 0 deletions drivers/hid/hid-input.c

Large diffs are not rendered by default.

1,039 changes: 96 additions & 943 deletions drivers/usb/input/hid-core.c

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion drivers/usb/input/hid-ff.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#undef DEBUG
#include <linux/usb.h>

#include "hid.h"
#include <linux/hid.h>

/*
* This table contains pointers to initializers. To add support for new
Expand Down
Loading

0 comments on commit dde5845

Please sign in to comment.