diff options
author | Andreas Hübner <andreas@k4n.de> | 2012-02-22 02:10:06 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-22 11:30:17 +0100 |
commit | 1e93674a8ea169320950c5e6d1fa29a20b534e60 (patch) | |
tree | 79f4f684bad8bf5ff4bf31566fcc4cef5b8370b4 /drivers/hid/Kconfig | |
parent | 0944e964b23baee17d40abbd314695289380c2fd (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/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 1e6b78ed5ac..9398cfce80b 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 |