HID: move ezkey quirks
[linux-block.git] / drivers / hid / Kconfig
index 41283fff51455365e3fdd85ceccd5ae39a3279f2..8098ad322b71e54136592b9167b71c35b6750a48 100644 (file)
@@ -70,6 +70,25 @@ source "drivers/hid/usbhid/Kconfig"
 menu "Special HID drivers"
        depends on HID
 
+config HID_COMPAT
+       bool "Load all HID drivers on hid core load"
+       default y
+       ---help---
+       Compatible option for older userspace. If you have system without udev
+       support of module loading through aliases and also old
+       module-init-tools which can't handle hid bus, choose Y here. Otherwise
+       say N. If you say N and your userspace is old enough, the only
+       functionality you loose is modules autoloading.
+
+       If unsure, say Y.
+
+config HID_A4TECH
+       tristate "A4 tech"
+       default m
+       depends on USB_HID
+       ---help---
+       Support for A4 tech X5 and WOP-35 / Trust 450L mice.
+
 config HID_APPLE
        tristate "Apple"
        default m
@@ -84,6 +103,27 @@ config HID_APPLE
 
        If unsure, say M.
 
+config HID_CHERRY
+       tristate "Cherry"
+       default m
+       depends on USB_HID
+       ---help---
+       Support for Cherry Cymotion.
+
+config HID_CYPRESS
+       tristate "Cypress"
+       default m
+       depends on USB_HID
+       ---help---
+       Support for Cypress mouse and barcodes.
+
+config HID_EZKEY
+       tristate "Ezkey"
+       default m
+       depends on USB_HID
+       ---help---
+       Support for Ezkey mouse and barcodes.
+
 config HID_LOGITECH
        tristate "Logitech"
        default m
@@ -92,6 +132,21 @@ config HID_LOGITECH
        Support for some Logitech devices which breaks less or more
        HID specification.
 
+config HID_MICROSOFT
+       tristate "Microsoft"
+       default m
+       depends on USB_HID
+       ---help---
+       Support for some Microsoft devices which breaks less or more
+       HID specification.
+
+config HID_SUNPLUS
+       tristate "Sunplus"
+       default m
+       depends on USB_HID
+       ---help---
+       Support for Sunplus WDesktop input device.
+
 endmenu
 
 endif # HID_SUPPORT