]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2fefa0e9d23bbe5d77cc06d2351ac31fecdffbee
treee041e044fdc76626f0ed02dfb77f4b418a9d005b
parent0558937acffe884b479b5884d0443dfc829ff378
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