Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1242982

Re: [PATCH v2] HID: multitouch: Fetch feature reports on demand for Win8 devices

From Andrew Duggan <aduggan@synaptics.com>
Newsgroups linux.kernel
Subject Re: [PATCH v2] HID: multitouch: Fetch feature reports on demand for Win8 devices
Date 2015-10-09 03:20 +0200
Message-ID <qhuvM-3OT-5@gated-at.bofh.it> (permalink)
References (1 earlier) <qgWaL-4Te-33@gated-at.bofh.it> <qgX6N-6gd-9@gated-at.bofh.it> <qgZil-T6-71@gated-at.bofh.it> <qh82e-5cJ-1@gated-at.bofh.it> <qhfZN-88e-37@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 10/08/2015 02:40 AM, Mika Westerberg wrote:
> On Wed, Oct 07, 2015 at 06:12:42PM -0700, Andrew Duggan wrote:
>> I can confirm that it is working on the Dell XPS 13 and the buttonpad
>> property is set correctly. However, I also tried it on an older non
>> production precision touchpad and it didn't work. It reports that it fails
>> to fetch feature 8 and then doesn't report any input. I'm concerned that
>> some of the early PTPs in some Dell and Acer systems might not work with
>> this change. I'll test this tomorrow on a few more systems to see if the
>> problem is isolated to just this one non production touchpad.
> Thanks for testing.
>
>> [ 2969.222125] usb 1-1: New USB device found, idVendor=06cb, idProduct=2393
>> [ 2969.222128] usb 1-1: New USB device strings: Mfr=0, Product=2,
>> SerialNumber=0
>> [ 2969.222130] usb 1-1: Product: Synaptics T Pad V 01.31
>> [ 2974.223578] hid-multitouch 0003:06CB:2393.0008: failed to fetch feature 8
>> [ 2979.226037] hid-multitouch 0003:06CB:2393.0008: failed to fetch feature 8
>> [ 2979.226137] input: Synaptics T Pad V 01.31 UNKNOWN as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:06CB:2393.0008/input/input34
>> [ 2979.226431] hid-multitouch 0003:06CB:2393.0008: input,hiddev0,hidraw2:
>> USB HID v1.11 Mouse [Synaptics T Pad V 01.31] on usb-0000:00:14.0-1/input0
> Without the patch is it successfully retrieving feature 8?
>
> It may be that it has HID_QUIRK_NO_INIT_REPORTS set via quirks in usbhid
> which causes the driver to fetch the report in mt_feature_mapping() and
> previously it did not do that.

No, this touchpad doesn't have HID_QUIRK_NO_INIT_REPORTS set and 
usbhid/hid-core.c is calling usbhid_init_reports() which is retrieving 
feature 8. But, I did some additional testing and I wasn't able to 
reproduce this issue on other systems. The failure occurs on a Dell XPS 
13 9343, but the exact same touchpad and the exact same kernel (I booted 
both systems off an external HD to ensure that the kernel and OS are 
identical) I didn't see a problem. I also tried a different USB PTP 
touchpad which didn't have an issue. Also, I tried returning in 
mt_get_feature() instead of reading the report when the report id is 8. 
When I did that everything worked.

So as of right now, it looks like a single non production USB PTP 
touchpad fails on one particular system. But, all other tests have been 
successful.

Let me know if you have any other suggestions for me to test. But, it 
seems like this failure might be fairly isolated.

Andrew
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [PATCH] HID: multitouch: Fetch feature reports on demand for  Win8 devices Jiri Kosina <jikos@kernel.org> - 2015-10-06 16:10 +0200
  [PATCH v2] HID: multitouch: Fetch feature reports on demand for Win8 devices Mika Westerberg <mika.westerberg@linux.intel.com> - 2015-10-07 14:40 +0200
    Re: [PATCH v2] HID: multitouch: Fetch feature reports on demand for  Win8 devices Benjamin Tissoires <benjamin.tissoires@redhat.com> - 2015-10-07 15:40 +0200
      Re: [PATCH v2] HID: multitouch: Fetch feature reports on demand for  Win8 devices Seth Forshee <seth.forshee@canonical.com> - 2015-10-07 18:00 +0200
        Re: [PATCH v2] HID: multitouch: Fetch feature reports on demand for  Win8 devices Andrew Duggan <aduggan@synaptics.com> - 2015-10-08 03:20 +0200
          Re: [PATCH v2] HID: multitouch: Fetch feature reports on demand for  Win8 devices Mika Westerberg <mika.westerberg@linux.intel.com> - 2015-10-08 11:50 +0200
            Re: [PATCH v2] HID: multitouch: Fetch feature reports on demand for  Win8 devices Andrew Duggan <aduggan@synaptics.com> - 2015-10-09 03:20 +0200
              Re: [PATCH v2] HID: multitouch: Fetch feature reports on demand for  Win8 devices Mika Westerberg <mika.westerberg@linux.intel.com> - 2015-10-09 11:00 +0200
                Re: [PATCH v2] HID: multitouch: Fetch feature reports on demand for  Win8 devices Benjamin Tissoires <benjamin.tissoires@redhat.com> - 2015-10-09 15:40 +0200
    Re: [PATCH v2] HID: multitouch: Fetch feature reports on demand for  Win8 devices Jiri Kosina <jikos@kernel.org> - 2015-10-12 01:00 +0200

csiph-web