]> git.baikalelectronics.ru Git - kernel.git/commit
HID: multitouch: Add quirk for VTL touch panels
authorMathieu Magnaudet <mathieu.magnaudet@gmail.com>
Sat, 22 Nov 2014 11:02:07 +0000 (12:02 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 25 Nov 2014 14:28:12 +0000 (15:28 +0100)
commitd14da855b05b33de6ccd0146f28a038847c4a79c
tree1e330d6c6951f843da9b4b073369536e934b4f4b
parent9b18df6008ba6a5eb3b5498055fb873dac37e381
HID: multitouch: Add quirk for VTL touch panels

VTL panels do not switch to the multitouch mode until the input mode
feature is read by the host. This should normally be done by
usbhid, but it looks like an other bug prevents usbhid to properly
retrieve the feature state. As a workaround, we force the reading of
the feature in mt_set_input_mode for such devices.

Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Mathieu Magnaudet <mathieu.magnaudet@enac.fr>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-ids.h
drivers/hid/hid-multitouch.c