diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-06-23 16:54:08 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 17:50:51 -0400 |
commit | 0f2213208f8da51bcb665309e3468f000489c04f (patch) | |
tree | c4ae130d095b019bb0c1492966d41e5bd4a2a1c5 /drivers/hid/Kconfig | |
parent | 90231e7eaf752856a2c13f786f36ec7f641bad28 (diff) |
HID: move cypress quirks
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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 147223993b86..69f3420882a6 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -96,6 +96,13 @@ config HID_APPLE | |||
96 | 96 | ||
97 | If unsure, say M. | 97 | If unsure, say M. |
98 | 98 | ||
99 | config HID_CYPRESS | ||
100 | tristate "Cypress" | ||
101 | default m | ||
102 | depends on USB_HID | ||
103 | ---help--- | ||
104 | Support for Cypress mouse and barcodes. | ||
105 | |||
99 | config HID_LOGITECH | 106 | config HID_LOGITECH |
100 | tristate "Logitech" | 107 | tristate "Logitech" |
101 | default m | 108 | default m |