diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-06-20 15:26:11 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 17:50:50 -0400 |
commit | 78a849a682a1d5ee7b7187b08abdc48656326a4e (patch) | |
tree | a56ddeecfb80f14d6ea38e81605cbb65bec03bc3 /drivers/hid/Kconfig | |
parent | 880d29f109428be1d027adf919a7457d8fe41fd3 (diff) |
HID: move microsoft quirks
Move them from the core code to a separate driver.
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index d9d1a5671d95..8067b653f8bf 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -104,6 +104,14 @@ config HID_LOGITECH | |||
104 | Support for some Logitech devices which breaks less or more | 104 | Support for some Logitech devices which breaks less or more |
105 | HID specification. | 105 | HID specification. |
106 | 106 | ||
107 | config HID_MICROSOFT | ||
108 | tristate "Microsoft" | ||
109 | default m | ||
110 | depends on USB_HID | ||
111 | ---help--- | ||
112 | Support for some Microsoft devices which breaks less or more | ||
113 | HID specification. | ||
114 | |||
107 | endmenu | 115 | endmenu |
108 | 116 | ||
109 | endif # HID_SUPPORT | 117 | endif # HID_SUPPORT |