Re: [PATCH] HID: rmi: do not handle touchscreens through hid-rmi

2014-05-20 Thread Benjamin Tissoires
On May 20 2014 or thereabouts, Jiri Kosina wrote: > On Wed, 23 Apr 2014, Benjamin Tissoires wrote: > > > Currently, hid-rmi drives every Synaptics product, but the touchscreens > > on the Windows tablets should be handled through hid-multitouch. > > > > Instead of providing a long list of PIDs, r

Re: [PATCH] HID: rmi: do not handle touchscreens through hid-rmi

2014-05-20 Thread Jiri Kosina
On Wed, 23 Apr 2014, Benjamin Tissoires wrote: > Currently, hid-rmi drives every Synaptics product, but the touchscreens > on the Windows tablets should be handled through hid-multitouch. > > Instead of providing a long list of PIDs, rely on the scan_report > capability to detect which should go

Re: [PATCH] HID: rmi: do not handle touchscreens through hid-rmi

2014-05-19 Thread Benjamin Tissoires
On Wed, Apr 23, 2014 at 10:31 AM, Benjamin Tissoires wrote: > Currently, hid-rmi drives every Synaptics product, but the touchscreens > on the Windows tablets should be handled through hid-multitouch. > > Instead of providing a long list of PIDs, rely on the scan_report > capability to detect whic

[PATCH] HID: rmi: do not handle touchscreens through hid-rmi

2014-04-23 Thread Benjamin Tissoires
Currently, hid-rmi drives every Synaptics product, but the touchscreens on the Windows tablets should be handled through hid-multitouch. Instead of providing a long list of PIDs, rely on the scan_report capability to detect which should go to hid-multitouch, and which should not go to hid-rmi. We