summaryrefslogtreecommitdiff
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorAndreas Hübner <andreas@k4n.de>2012-02-22 01:10:06 (GMT)
committerJiri Kosina <jkosina@suse.cz>2012-02-22 10:30:17 (GMT)
commit1e93674a8ea169320950c5e6d1fa29a20b534e60 (patch)
tree79f4f684bad8bf5ff4bf31566fcc4cef5b8370b4 /drivers/hid/Kconfig
parent0944e964b23baee17d40abbd314695289380c2fd (diff)
downloadlinux-1e93674a8ea169320950c5e6d1fa29a20b534e60.tar.xz
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 1e6b78e..9398cfc 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -532,6 +532,15 @@ config HID_ROCCAT_PYRA
---help---
Support for Roccat Pyra mouse.
+config HID_SAITEK
+ tristate "Saitek non-fully HID-compliant devices"
+ depends on USB_HID
+ ---help---
+ Support for Saitek devices that are not fully compliant with the
+ HID standard.
+
+ Currently only supports the PS1000 controller.
+
config HID_SAMSUNG
tristate "Samsung InfraRed remote control or keyboards"
depends on USB_HID