aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorAndreas Hübner <andreas@k4n.de>2012-02-21 20:10:06 -0500
committerJiri Kosina <jkosina@suse.cz>2012-02-22 05:30:17 -0500
commit1e93674a8ea169320950c5e6d1fa29a20b534e60 (patch)
tree79f4f684bad8bf5ff4bf31566fcc4cef5b8370b4 /drivers/hid/Kconfig
parent0944e964b23baee17d40abbd314695289380c2fd (diff)
HID: add new driver for non-compliant Saitek devices
The driver currently only supports the PS1000 controller. It fixes the report descriptor by removing a non-existing axis and clearing the constant bit on the d-pad and button input reports. Signed-off-by: Andreas Hübner <andreas@k4n.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 1e6b78ed5ac9..9398cfce80b6 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -532,6 +532,15 @@ config HID_ROCCAT_PYRA
532 ---help--- 532 ---help---
533 Support for Roccat Pyra mouse. 533 Support for Roccat Pyra mouse.
534 534
535config HID_SAITEK
536 tristate "Saitek non-fully HID-compliant devices"
537 depends on USB_HID
538 ---help---
539 Support for Saitek devices that are not fully compliant with the
540 HID standard.
541
542 Currently only supports the PS1000 controller.
543
535config HID_SAMSUNG 544config HID_SAMSUNG
536 tristate "Samsung InfraRed remote control or keyboards" 545 tristate "Samsung InfraRed remote control or keyboards"
537 depends on USB_HID 546 depends on USB_HID