diff options
author | Ignaz Forster <ignaz.forster@gmx.de> | 2010-11-01 15:13:37 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-11-01 15:13:37 -0400 |
commit | 04561c5aa243c98cae93cde27e05740df787e692 (patch) | |
tree | a56fe4bb3da50b20e5724e53703c528cbf323d92 /drivers/hid/hid-ids.h | |
parent | 229aebb873e29726b91e076161649cf45154b0bf (diff) |
HID: Add Force Feedback support for EMS Trio Linker Plus II
The device has connections for GameCube, PlayStation 2 and Dreamcast
controllers, however Force Feedback is only supported for PS2 and GC
controllers.
When using a PS2 controller it may be necessary to press the "Analog" button to
enable support for both motors (this behavior is identical to the Windows
driver, I have found no way to avoid that).
Signed-off-by: Ignaz Forster <ignaz.forster@gmx.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 3ee999d33004..68114dbcd895 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -203,6 +203,9 @@ | |||
203 | #define USB_VENDOR_ID_ELO 0x04E7 | 203 | #define USB_VENDOR_ID_ELO 0x04E7 |
204 | #define USB_DEVICE_ID_ELO_TS2700 0x0020 | 204 | #define USB_DEVICE_ID_ELO_TS2700 0x0020 |
205 | 205 | ||
206 | #define USB_VENDOR_ID_EMS 0x2006 | ||
207 | #define USB_DEVICE_ID_EMS_TRIO_LINKER_PLUS_II 0x0118 | ||
208 | |||
206 | #define USB_VENDOR_ID_ESSENTIAL_REALITY 0x0d7f | 209 | #define USB_VENDOR_ID_ESSENTIAL_REALITY 0x0d7f |
207 | #define USB_DEVICE_ID_ESSENTIAL_REALITY_P5 0x0100 | 210 | #define USB_DEVICE_ID_ESSENTIAL_REALITY_P5 0x0100 |
208 | 211 | ||