[PATCH v2] hid-multitouch: Add quirk for VTL touch panels

2014-11-22 Thread Mathieu Magnaudet
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

Re: [PATCH v2] hid-multitouch: Add quirk for VTL touch panels

2014-11-24 Thread Benjamin Tissoires
Hi, On Sat, Nov 22, 2014 at 6:02 AM, Mathieu Magnaudet wrote: > 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

Re: [PATCH v2] hid-multitouch: Add quirk for VTL touch panels

2014-11-25 Thread Jiri Kosina
On Sat, 22 Nov 2014, Mathieu Magnaudet wrote: > 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