summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordumbbell <dumbbell@FreeBSD.org>2009-12-18 17:46:57 +0000
committerdumbbell <dumbbell@FreeBSD.org>2009-12-18 17:46:57 +0000
commitf296f6d5cdf0321149115ab1310e55997371c64f (patch)
tree6f122cd1405c753a8f7d42bd37767e321c86618f /share
parent2b342a7429a69cc98f2bc39ed4b8ca5f06b094c8 (diff)
downloadFreeBSD-src-f296f6d5cdf0321149115ab1310e55997371c64f.zip
FreeBSD-src-f296f6d5cdf0321149115ab1310e55997371c64f.tar.gz
Add new "hw.psm.tap_enabled" tunable and sysctl.
This tunable allows one to enable (1) or disable (0) gestures like tap and tap-hold on Synaptics TouchPad when the Extended mode isn't enabled (ie. "hw.psm.synaptics_support" not set). By default, the value is -1 in order to keep the current behaviour of not enabling/disabling gestures explicitly. PR: kern/139272 Submitted by: David Horn <dhorn2000 AT gmail DOT com> Reviewed by: David Horn <dhorn2000 AT gmail DOT com>
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/psm.412
1 files changed, 12 insertions, 0 deletions
diff --git a/share/man/man4/psm.4 b/share/man/man4/psm.4
index 01cbd9c..48a8752 100644
--- a/share/man/man4/psm.4
+++ b/share/man/man4/psm.4
@@ -359,6 +359,18 @@ at boot-time.
This will enable
.Nm
to handle packets from guest devices (sticks) and extra buttons.
+.Pp
+Tap and drag gestures can be disabled by setting
+.Va hw.psm.tap_enabled
+to
+.Em 0
+at boot-time.
+Currently, this is only supported on Synaptics touchpads with Extended
+support disabled. The behaviour may be changed after boot by setting
+the sysctl with the same name and by restarting
+.Xr moused 8
+using
+.Pa /etc/rc.d/moused .
.Sh IOCTLS
There are a few
.Xr ioctl 2
OpenPOWER on IntegriCloud