Bug 80368 - Handle BTN_TOOL_TRIPLETAP and others on MT touchpads
Summary: Handle BTN_TOOL_TRIPLETAP and others on MT touchpads
Status: RESOLVED FIXED
Alias: None
Product: Wayland
Classification: Unclassified
Component: libinput (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Peter Hutterer
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-22 22:54 UTC by Peter Hutterer
Modified: 2014-07-22 07:34 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Peter Hutterer 2014-06-22 22:54:25 UTC
We only handle fake touches for devices without ABS_MT_SLOT. For those with real MT support, we merely ignore BTN_TOOL_DOUBLETAP and above. As a result, three-finger tapping is not available on those devices, or simply buggy (see bug 76760#c15).

Solution: handle BTN_TOOL_<n>TAP for any n greater than the number of slots.
Comment 1 Hans de Goede 2014-07-22 07:34:13 UTC
This is fixed by this commit:
http://cgit.freedesktop.org/wayland/libinput/commit/?id=64f431c303fab787eaf8a7cb14752d908b3da8b2

Closing.


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.