summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-ids.h
diff options
context:
space:
mode:
authorAndreas Nielsen2012-03-19 15:41:03 +0100
committerJiri Kosina2012-03-20 13:17:22 +0100
commit4d5df5d11e8027c11c1079205757527cbaade62d (patch)
treee041e044fdc76626f0ed02dfb77f4b418a9d005b /drivers/hid/hid-ids.h
parentHID: tivo: add support for BT-version (0x1200) (diff)
downloadkernel-qcow2-linux-4d5df5d11e8027c11c1079205757527cbaade62d.tar.gz
kernel-qcow2-linux-4d5df5d11e8027c11c1079205757527cbaade62d.tar.xz
kernel-qcow2-linux-4d5df5d11e8027c11c1079205757527cbaade62d.zip
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.h3
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 @@
#define USB_VENDOR_ID_EZKEY 0x0518
#define USB_DEVICE_ID_BTC_8193 0x0002
+#define USB_VENDOR_ID_FRUCTEL 0x25B6
+#define USB_DEVICE_ID_GAMETEL_MT_MODE 0x0002
+
#define USB_VENDOR_ID_GAMERON 0x0810
#define USB_DEVICE_ID_GAMERON_DUAL_PSX_ADAPTOR 0x0001
#define USB_DEVICE_ID_GAMERON_DUAL_PCS_ADAPTOR 0x0002