summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>2000-01-20 13:23:42 +0000
committeryokota <yokota@FreeBSD.org>2000-01-20 13:23:42 +0000
commitaae7e72f9491e711bf4c6fcb0463899da552cf02 (patch)
treedd385388fc14bc88027854eb22c1181cb44f6980 /share
parentce752f8d1a71e24b4c2cd29d82f222eb21e05be5 (diff)
downloadFreeBSD-src-aae7e72f9491e711bf4c6fcb0463899da552cf02.zip
FreeBSD-src-aae7e72f9491e711bf4c6fcb0463899da552cf02.tar.gz
PSM_HOOKAPM is obsolete; it was renamed to PSM_HOOKRESUME in
psm.c rev.1.21.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/psm.414
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man4/psm.4 b/share/man/man4/psm.4
index 85fdae2..609705c 100644
--- a/share/man/man4/psm.4
+++ b/share/man/man4/psm.4
@@ -34,7 +34,7 @@
.Nd
PS/2 mouse style pointing device driver
.Sh SYNOPSIS
-.Cd "options PSM_HOOKAPM"
+.Cd "options PSM_HOOKRESUME"
.Cd "options PSM_RESETAFTERSUSPEND"
.Cd "options KBD_RESETDELAY=N"
.Cd "options KBD_MAXWAIT=N"
@@ -191,7 +191,7 @@ driver.
They may be set in the kernel configuration file
.Pq see Xr config 8 .
.Bl -tag -width MOUSE
-.It Em PSM_HOOKAPM
+.It Em PSM_HOOKRESUME
The built-in PS/2 pointing device of some laptop computers is somehow
not operable immediately after the system `resumes' from
the power saving mode,
@@ -202,15 +202,15 @@ waking up the device quickly. This option will add a piece of code
to the
.Nm
driver to hook
-the APM `resume' event and exercise some harmless I/O operations to the
+the `resume' event and exercise some harmless I/O operations to the
device.
.It Em PSM_RESETAFTERSUSPEND
This option adds more drastic action for the above problem.
It will make the
.Nm
-driver to reset the pointing device after the APM resume event.
+driver to reset the pointing device after the resume event.
It has no effect unless the
-.Em PSM_HOOKAPM
+.Em PSM_HOOKRESUME
option is enabled as well.
.It Em KBD_RESETDELAY=X, KBD_MAXWAIT=Y
The
@@ -600,7 +600,7 @@ movement counts as described in
.Em devfs .
.El
.Sh EXAMPLE
-.Dl "options PSM_HOOKAPM"
+.Dl "options PSM_HOOKRESUME"
.Dl "device psm0 at atkbdc? irq 12"
.Pp
Add the
@@ -720,7 +720,7 @@ and Interlink VersaPad, treat the tapping action
as fourth button events.
.Pp
It is reported that Interlink VersaPad rquires both
-.Em PSM_HOOKAPM
+.Em PSM_HOOKRESUME
and
.Em PSM_RESETAFTERSUSPEND
options in order to recover from suspended state.
OpenPOWER on IntegriCloud