]> 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)
commit7c34aa842414d46934420e8f312cca0db45d4382
treee041e044fdc76626f0ed02dfb77f4b418a9d005b
parent54d76f240c9ef15b3d889e9f8863c021fbd42baf
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