diff options
author | Andreas Hübner <andreas@k4n.de> | 2012-02-21 20:10:06 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-22 05:30:17 -0500 |
commit | 1e93674a8ea169320950c5e6d1fa29a20b534e60 (patch) | |
tree | 79f4f684bad8bf5ff4bf31566fcc4cef5b8370b4 /drivers/hid/hid-ids.h | |
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/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 6de95422586a..bc6e2b5862aa 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -615,6 +615,7 @@ | |||
615 | 615 | ||
616 | #define USB_VENDOR_ID_SAITEK 0x06a3 | 616 | #define USB_VENDOR_ID_SAITEK 0x06a3 |
617 | #define USB_DEVICE_ID_SAITEK_RUMBLEPAD 0xff17 | 617 | #define USB_DEVICE_ID_SAITEK_RUMBLEPAD 0xff17 |
618 | #define USB_DEVICE_ID_SAITEK_PS1000 0xff17 | ||
618 | 619 | ||
619 | #define USB_VENDOR_ID_SAMSUNG 0x0419 | 620 | #define USB_VENDOR_ID_SAMSUNG 0x0419 |
620 | #define USB_DEVICE_ID_SAMSUNG_IR_REMOTE 0x0001 | 621 | #define USB_DEVICE_ID_SAMSUNG_IR_REMOTE 0x0001 |