diff options
| author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1997-11-11 03:06:45 +0000 |
|---|---|---|
| committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1997-11-11 03:06:45 +0000 |
| commit | e90224fed7e07f61a719482640c6311c57e78459 (patch) | |
| tree | 1f14559d3c89adb7da46c65a14afd9e5cef85e33 /share/man/man4/psm.4 | |
| parent | b537e731a2bd19936868db24d50ac1fa9f305614 (diff) | |
Notes
Diffstat (limited to 'share/man/man4/psm.4')
| -rw-r--r-- | share/man/man4/psm.4 | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/share/man/man4/psm.4 b/share/man/man4/psm.4 index 16da2520a614..d154294884a1 100644 --- a/share/man/man4/psm.4 +++ b/share/man/man4/psm.4 @@ -1,4 +1,4 @@ -.\" $Id: psm.4,v 1.7 1997/02/22 13:25:39 peter Exp $ +.\" $Id: psm.4,v 1.8 1997/10/19 10:45:18 yokota Exp $ .\" .Dd January 13, 1997 .Dt PSM 4 i386 @@ -11,6 +11,8 @@ PS/2 mouse style pointing device driver .Cd "options PSM_CHECKSYNC" .\".Cd "options PSM_EMULATION" .Cd "options" \&"PSM_ACCEL=N\&" +.Cd "options" \&"PSM_HOOKAPM\&" +.Cd "options" \&"PSM_RESETAFTERSUSPEND\&" .Cd "options" \&"KBD_RESETDELAY=N\&" .Cd "options" \&"KBD_MAXWAIT=N\&" .Cd "options" \&"PSM_DEBUG=N\&" @@ -128,6 +130,27 @@ The acceleration effect can also be controlled via the .Fn ioctl command .Dv MOUSE_SETMODE . +.It Em PSM_HOOKAPM +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, +though it will eventually become available. +There are reports that +stimulating the device by performing I/O will help +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 +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. +It has no effect unless the +.Em PSM_HOOKAPM +option is enabled as well. .It Em KBD_RESETDELAY=X, KBD_MAXWAIT=Y The .Nm |
