From: Benjamin Tissoires Date: Wed, 23 Nov 2011 09:54:29 +0000 (+0100) Subject: HID: multitouch: cleanup eGalax quirks X-Git-Tag: v3.3-rc1~123^2~1^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2261bb9ff0dc38e1d5f35af08f75ec3b37ba6335;p=pandora-kernel.git 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 Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed