diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-05-19 11:50:43 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-05-28 08:56:50 +1000 |
commit | 6b3a032fdf5479cb5be441a01ebef92a39e5fb69 (patch) | |
tree | 68a77a9149dd9990c4737d68ac025131b48b3a6e /man/synaptics.man | |
parent | 44c1de333acf1de22f570a16421e0ff4889b0809 (diff) |
Add "Synaptics Capabilities" read-only property.
This patch adds a "Synaptics Capabilities" property that advertises the
capabilities of the device in a read-only boolean property.
The first three values signal the presence of physical mouse buttons (left,
middle, right). Values 4 and 5 signal the touchpad's ability to do
multi-finger tracking.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'man/synaptics.man')
-rw-r--r-- | man/synaptics.man | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/synaptics.man b/man/synaptics.man index 372ce2d..4f8b2d4 100644 --- a/man/synaptics.man +++ b/man/synaptics.man @@ -809,6 +809,15 @@ FLOAT, 2 values, min, max. .BI "Synaptics Gestures" 8 bit (BOOL), 1 value, tap-and-drag. +.TP 7 +.BI "Synaptics Capabilities" +This read-only property expresses the physical capability of the touchpad, +most notably whether the touchpad hardware supports multi-finger tapping and +scrolling. + +8 bit (BOOL), 5 values (read-only), has left button, has middle button, has +right button, two-finger detection, three-finger detection. + .SH "NOTES" There is an example hal policy file in .I ${sourcecode}/fdi/11-x11-synaptics.fdi |