diff options
author | Michael Karcher <kernel@mkarcher.dialup.fu-berlin.de> | 2013-01-17 11:06:09 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-01-17 11:06:09 +0100 |
commit | aaca9cc0165f06a037a1e07770f6b379ff496288 (patch) | |
tree | e2ed0e6dca0fe7a3bf31159f9163ae201071a981 /drivers/hid/hid-ids.h | |
parent | fee5dfecb0c74c9eab475a2a20d7a5ababe2f8e6 (diff) |
HID: Support Jess/Saitek Color Rumble Pad
Add support for another gamepad to the hid-pl driver. The "color rumble pad
P580" marketed using the "Saitek" brand in Germany, and using a USB Vendor ID
attributed to "Jess" seems to be electronically identical to the 4-field
variant of the "Green Asia" gamepad.
The pad has been tested to support rumble strengths up to 255, not just 127.
Signed-off-by: Michael Karcher <kernel@mkarcher.dialup.fu-berlin.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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 4dfa605e2d14..3a493345ded0 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -442,6 +442,9 @@ #define USB_VENDOR_ID_JESS 0x0c45 #define USB_DEVICE_ID_JESS_YUREX 0x1010 +#define USB_VENDOR_ID_JESS2 0x0f30 +#define USB_DEVICE_ID_JESS2_COLOR_RUMBLE_PAD 0x0111 + #define USB_VENDOR_ID_KBGEAR 0x084e #define USB_DEVICE_ID_KBGEAR_JAMSTUDIO 0x1001 |