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/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 6de95422586..bc6e2b5862a 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -615,6 +615,7 @@ #define USB_VENDOR_ID_SAITEK 0x06a3 #define USB_DEVICE_ID_SAITEK_RUMBLEPAD 0xff17 +#define USB_DEVICE_ID_SAITEK_PS1000 0xff17 #define USB_VENDOR_ID_SAMSUNG 0x0419 #define USB_DEVICE_ID_SAMSUNG_IR_REMOTE 0x0001 |