]> git.baikalelectronics.ru Git - kernel.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)
commit7188dd904998d9090298a1fcc42e89f4d938a97a
tree2b3e5bc378bb16dbe66c28b32ed92f071f63fa7d
parenta773c12aebd359e96b08684f748d43c26b34a386
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