[Wayland-bugs] [Bug 96409] MacBook Air clickpad is too sensitive

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Mar 21 00:37:39 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=96409

Peter Hutterer <peter.hutterer at who-t.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |ASSIGNED

--- Comment #12 from Peter Hutterer <peter.hutterer at who-t.net> ---
Debugged this with Damián on IRC - problem is that the bcm5974 doesn't send
ABS_MT_PRESSURE, only ABS_PRESSURE even though it is a multi-touch touchpad. So
the pressure thresholds don't get used, libinput treats it as a
non-pressure-capable touchpad.

For the bcm5974 devices, the better solution is to rely on ABS_MT_WIDTH or
ABS_MT_TOUCH_MAJOR/MINOR instead of hacking something up to use pressure across
the slots. So this patch is obsolete for now until we have support for those
bits.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20170321/8c2619cd/attachment.html>


More information about the wayland-bugs mailing list