diff options
author | Andreas Nielsen <eas@svep.se> | 2012-03-19 10:41:03 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-03-20 08:17:22 -0400 |
commit | 4d5df5d11e8027c11c1079205757527cbaade62d (patch) | |
tree | e041e044fdc76626f0ed02dfb77f4b418a9d005b /drivers/hid/hid-ids.h | |
parent | 740363fb75f421f9a00a183f673b477c3029b572 (diff) |
HID: multitouch: add PID for Fructel product
Adds multitouch support for the Gametel Android game controller.
The multitouch events are emulated by the Gametel device. Each physical button
is configured to generate a MT event on a specific coordinate. This seems to be
the only way for us to support Android games that doesn't support HID gamepads.
It is possible to inject MT events at Android level, but this requires root on
the phone.
Signed-off-by: Andreas Nielsen <eas@svep.se>
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 5dcda615da36..5d7ef721f09c 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -271,6 +271,9 @@ | |||
271 | #define USB_VENDOR_ID_EZKEY 0x0518 | 271 | #define USB_VENDOR_ID_EZKEY 0x0518 |
272 | #define USB_DEVICE_ID_BTC_8193 0x0002 | 272 | #define USB_DEVICE_ID_BTC_8193 0x0002 |
273 | 273 | ||
274 | #define USB_VENDOR_ID_FRUCTEL 0x25B6 | ||
275 | #define USB_DEVICE_ID_GAMETEL_MT_MODE 0x0002 | ||
276 | |||
274 | #define USB_VENDOR_ID_GAMERON 0x0810 | 277 | #define USB_VENDOR_ID_GAMERON 0x0810 |
275 | #define USB_DEVICE_ID_GAMERON_DUAL_PSX_ADAPTOR 0x0001 | 278 | #define USB_DEVICE_ID_GAMERON_DUAL_PSX_ADAPTOR 0x0001 |
276 | #define USB_DEVICE_ID_GAMERON_DUAL_PCS_ADAPTOR 0x0002 | 279 | #define USB_DEVICE_ID_GAMERON_DUAL_PCS_ADAPTOR 0x0002 |