summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2013-03-18 23:22:47 +0000
committerjkim <jkim@FreeBSD.org>2013-03-18 23:22:47 +0000
commit5ebabf1d3ec364fc2e9df54a9694a9402fb5a8bc (patch)
treed3fa69410c34a19f9e2d50f1b22f3417136f1d7c /share
parent8d05d984e8a9a632b3de9eed9ad8c765b40f88d9 (diff)
downloadFreeBSD-src-5ebabf1d3ec364fc2e9df54a9694a9402fb5a8bc.zip
FreeBSD-src-5ebabf1d3ec364fc2e9df54a9694a9402fb5a8bc.tar.gz
Add preliminary support for IBM/Lenovo TrackPoint.
PR: kern/147237 (based on the initial patch for 8.x) Tested by: glebius (device detection and suspend/resume) MFC after: 1 month
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/psm.412
1 files changed, 9 insertions, 3 deletions
diff --git a/share/man/man4/psm.4 b/share/man/man4/psm.4
index ffcd1d5..99835fb 100644
--- a/share/man/man4/psm.4
+++ b/share/man/man4/psm.4
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 27, 2012
+.Dd March 18, 2013
.Dt PSM 4
.Os
.Sh NAME
@@ -339,6 +339,12 @@ at boot-time.
This will enable
.Nm
to handle packets from guest devices (sticks) and extra buttons.
+Similarly, extended support for IBM/Lenovo TrackPoint can be enabled
+by setting
+.Va hw.psm.trackpoint_support
+to
+.Em 1
+at boot-time.
.Pp
Tap and drag gestures can be disabled by setting
.Va hw.psm.tap_enabled
@@ -832,8 +838,8 @@ In contrast, some pad products, e.g.\& some versions of ALPS GlidePoint
and Interlink VersaPad, treat the tapping action
as fourth button events.
.Pp
-It is reported that ALPS GlidePoint, Synaptics Touchpad, and
-Interlink VersaPad require
+It is reported that ALPS GlidePoint, Synaptics Touchpad, IBM/Lenovo
+TrackPoint, and Interlink VersaPad require
.Em INITAFTERSUSPEND
flag in order to recover from suspended state.
This flag is automatically set when one of these devices is detected by the
OpenPOWER on IntegriCloud