diff options
author | Simon Wood <simon@mungewell.org> | 2013-01-31 08:07:07 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-01-31 16:39:30 +0100 |
commit | 75dbb9530f73da521b871ba3c4bd32f301a62635 (patch) | |
tree | 048decb76c76becc1c77c3b35b98da8248a70043 /drivers/hid/hid-ids.h | |
parent | fd62c5450324af7f6cc12897b09b77285cd48a92 (diff) | |
download | blackbird-obmc-linux-75dbb9530f73da521b871ba3c4bd32f301a62635.tar.gz blackbird-obmc-linux-75dbb9530f73da521b871ba3c4bd32f301a62635.zip |
USB: HID: SRW-S1 Gaming Wheel Driver
Add support the SRW-S1 by patching HID descriptor to read axis
as Generic Desktop X, Y and Z (rather than Usage page being
'Simulation').
Signed-off-by: Simon Wood <simon@mungewell.org>
Tested-by: John Murphy <rosegardener@freeode.co.uk>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 4dfa605e2d14..f5976f380e1f 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -723,6 +723,9 @@ #define USB_VENDOR_ID_STANTUM_SITRONIX 0x1403 #define USB_DEVICE_ID_MTP_SITRONIX 0x5001 +#define USB_VENDOR_ID_STEELSERIES 0x1038 +#define USB_DEVICE_ID_STEELSERIES_SRWS1 0x1410 + #define USB_VENDOR_ID_SUN 0x0430 #define USB_DEVICE_ID_RARITAN_KVM_DONGLE 0xcdab |