Created attachment 122795 [details] synaptics_bottom_fail.ev The touchpad of the T450s is quite unreliable on its bottom part. When I land my thumb on it and immediately trigger a click (when on clickfinger mode), the cursor jumps up and down after the click. Attached is a recording of my thumb clicking twice with the bug exposed. This problem does not appear when using the software buttons, as the low part of the touchpad is dead to movements (which makes it usable). We might not be able to fix this besides "look, your touchpad can not do clickfinger".
ok, that took me a while, but: why is the INPUT_PROP_BUTTONPAD property missing?
Created attachment 122936 [details] synaptics_bottom_fail.ev (In reply to Peter Hutterer from comment #1) > ok, that took me a while, but: why is the INPUT_PROP_BUTTONPAD property > missing? Fot the archives, the events were recorded on a kernel where RMI4 over SMBus was incomplete, thus the missing BUTTONPAD property. With a full RMI4 over SMBus stack, I natively get the property and the software button dead zone is enough to make the device usable again. However, as stated in the bug, switching the device to clickfinger is cumbersome as the pointer jumps when clicking in the bottom part of the touchpad (with the side of my thumb).
verified, though checking the event-debug output I only get pointer events before the click, not after. problem is, in the first touch sequence the BTN_LEFT arrives 100ms after the initial touch down, too late to delay pointer motion in case this is a touch. and otherwise it's pretty much indistinguishable from a normal touch except for the location. It could be interesting to enable some hysteresis in the bottom area to defuzz pointer motion immediately after a touch down.
Had a bit more of a play with this but I can't really detect any good patterns to hook onto. Thumb pressure can go over 100 but I can get that for other fingers if I keep them flatter than usual. There is no specific increase in the pressure either, looks the same as other fingers. Tried enabling the hysteresis again to see if it helps but it doesn't really change anything. Played around with my OS X trackpad and it looks like they have a bottom area that reduces motion in some way or another, apparently based on pressure. This affects the bottom 20mm or so. AFAICT if the pressure (or area) is high enough motion is dropped. But I can't spot good patterns in the T450 output. A thumb is relatively reliable between 70 and 100 pressure, a finger generally less than 70 if kept at an angle.
Related to bug 91097 which is the more generic version
closing as dupe, no point having two bugs open if they take that long to fix anyway *** This bug has been marked as a duplicate of bug 91097 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.