OSDN Git Service

hid-multitouch: cleanup eGalax quirks
authorBenjamin Tissoires <benjamin.tissoires@enac.fr>
Tue, 22 Nov 2011 16:21:16 +0000 (17:21 +0100)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 25 Jun 2012 12:53:45 +0000 (20:53 +0800)
commit2ae9ad7304a657388ce998d2dfef2db57988ac00
tree163b3809d4f3664f67a2a559b2f64750e54c1f45
parent835b89475094d99768c9139e8dad52da602922b4
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.
drivers/hid/hid-multitouch.c