Skip to content

Commit 64bb67b

Browse files
Jiri Kosinagregkh
authored andcommitted
[PATCH] Generic HID layer - disable USB HID
This patch is a part of generic HID layer introduction. USB HID is disabled, so that the code split and changes could be introduced in a way that is reviewable (i.e. separate patches), but not to break git bisect by uncompilable kernel throughout different stages of the code splitup and changes. The last patch of this series enables HID again. Signed-off-by: Jiri Kosina <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]> Cc: Dmitry Torokhov <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 1709775 commit 64bb67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/input/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ comment "USB Input Devices"
66

77
config USB_HID
88
tristate "USB Human Interface Device (full HID) support"
9-
depends on USB
9+
depends on USB && BROKEN
1010
---help---
1111
Say Y here if you want full HID support to connect keyboards,
1212
mice, joysticks, graphic tablets, or any other HID based devices

0 commit comments

Comments
 (0)