]> Pileus Git - ~andy/linux/commit
HID: multitouch: fix handling of buggy reports descriptors for Dell ST2220T
authorBenjamin Tissoires <benjamin.tissoires@enac.fr>
Tue, 6 Mar 2012 16:57:03 +0000 (17:57 +0100)
committerJiri Kosina <jkosina@suse.cz>
Mon, 12 Mar 2012 10:23:55 +0000 (11:23 +0100)
commited9d5c96147b3bed6178252e8e04b27b7d32edd0
treefa779d1f7d4ffd4f823de441de09464b5752f51e
parent2ce09df47b67f16367272f63f85f4cc991e6009a
HID: multitouch: fix handling of buggy reports descriptors for Dell ST2220T

LG multitouch panels, such as the one found in Dell ST2220T, has buggy
reports descriptors. With the previous implementation, it was impossible
to rely on the reports descriptors to determine how the different
touches are emitted from the device.

This patch changes the splitting of the different touches in the report
in a more robust way.

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