Commit 64bb67b1 authored by Jiri Kosina's avatar Jiri Kosina Committed by Greg Kroah-Hartman

[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: default avatarJiri Kosina <jkosina@suse.cz>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 17097758
...@@ -6,7 +6,7 @@ comment "USB Input Devices" ...@@ -6,7 +6,7 @@ comment "USB Input Devices"
config USB_HID config USB_HID
tristate "USB Human Interface Device (full HID) support" tristate "USB Human Interface Device (full HID) support"
depends on USB depends on USB && BROKEN
---help--- ---help---
Say Y here if you want full HID support to connect keyboards, Say Y here if you want full HID support to connect keyboards,
mice, joysticks, graphic tablets, or any other HID based devices mice, joysticks, graphic tablets, or any other HID based devices
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment