Bug 195287
Summary: | Possible regression with "SYNAPTICS Synaptics Touch Digitizer V04" no longer working | ||
---|---|---|---|
Product: | Drivers | Reporter: | Lorenzo J. Lucchini (ljlbox) |
Component: | Input Devices | Assignee: | drivers_input-devices |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | aduggan, benjamin.tissoires, dmitry.torokhov |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.11.0.0-rc5 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Lorenzo J. Lucchini
2017-04-08 00:58:35 UTC
The issue has been fixed by reverting the change. Here is the message where I describe what I think is going on.: https://lkml.org/lkml/2017/4/10/1048 But, in the future we may want to fix how hid-core picks the driver. Can you provide a log of the touchscreen? I want to see exactly what the HID device is reporting. Instructions for how to do that are here: https://bentiss.github.io/hid-replay-docs/ I should file a separate bug about this, but, since I see in your comment that this has to do with both the touchscreen and the touchpad being Synaptics, I will mention that in both 4.10 and 4.11 (up to Fedora's rc6), the touchpad lacks palm detection and disable-while-typing abilities, while in Debian's 4.9 those were available. Might be unrelated, but just in case. I am not sure whether you want the HID recording from the kernel where the touchscreen works (4.10 and below) or the one where it doesn't (4.11 up to rc6). I am currently running 4.10 so https://paste.ee/p/Y5oQM has that. I will post the output (if any) from 4.11 later after I reboot. Thanks, that log file is enough. hid-record is collecting info about the device so it doesn't matter which higher level HID driver is being used. I'm not aware of any changes to hid-multitouch in 4.10 which would cause palm detection to stop working. I would file a separate bug for this issue. But, it could also be that something changed in the userspace input stack. I guess I will try to contact libinput developers first about that multitouch issue. Meanwhile, with Fedora Rawhide's kernel 4.11.0-0.rc6.git2.1.fc27.x86_64, my touchscreen issue is solved. |