Bug 89332 - Should provide an option for setting click method
Summary: Should provide an option for setting click method
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Input/libinput (show other bugs)
Version: git
Hardware: All All
: medium normal
Assignee: Peter Hutterer
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 89574
  Show dependency treegraph
 
Reported: 2015-02-26 05:49 UTC by Jan Alexander Steffens (heftig)
Modified: 2015-03-15 22:17 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Jan Alexander Steffens (heftig) 2015-02-26 05:49:07 UTC
libinput's click method setting is not exposed by the driver. To enable clickfinger behavior for my non-Apple touchpad, I had to patch the Apple check out of libinput.
Comment 2 Jan Alexander Steffens (heftig) 2015-02-27 01:18:47 UTC
Patches work well, providing method selecting both via option and via properties.

However, when option is set to "clickfinger", list-props still reports "buttonareas" being enabled even though it's really clickfinger. Setting the property matches up behavior and property, though.
Comment 3 Peter Hutterer 2015-03-02 00:47:51 UTC
commit fb6506f5eeecb6f7def8a11cff58b89b78c89768
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Thu Feb 26 17:03:15 2015 +1000

    Add properties to change the click method (#89332)


and for the bug in comment #2:

commit 2ffd8d14be6e713e7f26b8b220da076171efe427
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Mon Mar 2 10:42:38 2015 +1000

    Apply the configuration before initalizing the property


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.