]> git.karo-electronics.de Git - karo-tx-linux.git/commit
HID: multitouch: cleanup eGalax quirks
authorBenjamin Tissoires <benjamin.tissoires@enac.fr>
Wed, 23 Nov 2011 09:54:29 +0000 (10:54 +0100)
committerJiri Kosina <jkosina@suse.cz>
Wed, 23 Nov 2011 13:50:38 +0000 (14:50 +0100)
commit2261bb9ff0dc38e1d5f35af08f75ec3b37ba6335
tree2b3e5bc378bb16dbe66c28b32ed92f071f63fa7d
parenteec29e3dab483a5d9a742a6fa68db1ec1f0f7504
HID: multitouch: cleanup eGalax quirks

The previous implementation of eGalax protocol was not satisfying as
we had to manually set x/y ranges as they were corrupted after reading
the report descriptor.
Indeed, the report descriptor provided a stylus input interface which
override the correct values.

This patch omits this input, thus leaving the correct value untouched,
and the MT_QUIRK_EGALAX_XYZ_FIXUP not required anymore.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@enac.fr>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-multitouch.c