]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/hid/hid-ids.h
HID: multitouch: add PID for Fructel product
authorAndreas Nielsen <eas@svep.se>
Mon, 19 Mar 2012 14:41:03 +0000 (15:41 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 20 Mar 2012 12:17:22 +0000 (13:17 +0100)
commit4d5df5d11e8027c11c1079205757527cbaade62d
treee041e044fdc76626f0ed02dfb77f4b418a9d005b
parent740363fb75f421f9a00a183f673b477c3029b572
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>
drivers/hid/hid-core.c
drivers/hid/hid-ids.h
drivers/hid/hid-multitouch.c