Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Add ALPS description



details:   https://anonhg.NetBSD.org/src/rev/e55335829f1a
branches:  trunk
changeset: 826452:e55335829f1a
user:      ryoon <ryoon%NetBSD.org@localhost>
date:      Wed Sep 06 14:38:41 2017 +0000

description:
Add ALPS description

diffstat:

 share/man/man4/pms.4 |  24 ++++++++++++++++++++----
 1 files changed, 20 insertions(+), 4 deletions(-)

diffs (58 lines):

diff -r 7d5674d0c942 -r e55335829f1a share/man/man4/pms.4
--- a/share/man/man4/pms.4      Wed Sep 06 12:39:18 2017 +0000
+++ b/share/man/man4/pms.4      Wed Sep 06 14:38:41 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pms.4,v 1.24 2008/12/14 13:51:33 wiz Exp $
+.\" $NetBSD: pms.4,v 1.25 2017/09/06 14:38:41 ryoon Exp $
 .\"
 .\" Copyright (c) 1993 Christopher G. Demetriou
 .\" All rights reserved.
@@ -46,6 +46,7 @@
 .Cd options PMS_DISABLE_POWERHOOK
 .Cd options PMS_SYNAPTICS_TOUCHPAD
 .Cd options PMS_ELANTECH_TOUCHPAD
+.Cd options PMS_ALPS_TOUCHPAD
 .Sh DESCRIPTION
 The
 .Nm
@@ -84,15 +85,19 @@
 .Nm
 driver supports the
 .Dq Synaptics
+,
+.Dq Elantech
 and
-.Dq Elantech
+.Dq ALPS
 touchpads in native mode, enabled with the
 .Va PMS_SYNAPTICS_TOUCHPAD
+,
+.Va PMS_ELANTECH_TOUCHPAD
 and
-.Va PMS_ELANTECH_TOUCHPAD
+.Va PMS_ALPS_TOUCHPAD
 kernel options.
 This allows the driver to take advantage of extra
-features available on Synaptics and Elantech Touchpads.
+features available on Synaptics, Elantech and ALPS Touchpads.
 The following
 .Xr sysctl 8
 variables control behavior of Synaptics touchpads:
@@ -164,6 +169,17 @@
 .Pp
 For Elantech touchpads, the Z-axis is emulated using two-finger
 Y-axis reporting.
+.Pp
+The following
+.Xr sysctl 8
+variables control behavior of ALPS touchpads:
+.Bl -tag
+.It Dv hw.alps.touchpad_xy_precision_shift
+.It Dv hw.alps.tackstick_xy_precision_shift
+Decreased values improve the accuracy of X and Y-axis reporting
+at the expense of slower mouse movement (default 2 for touchpad
+and 1 for TrackStick).
+.El
 .Sh SEE ALSO
 .Xr pckbc 4 ,
 .Xr ums 4 ,



Home | Main Index | Thread Index | Old Index