diff options
author | jkim <jkim@FreeBSD.org> | 2012-03-27 23:43:01 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2012-03-27 23:43:01 +0000 |
commit | 0b14a09c6903a4dd8872ae0f99e56e072ec7f1eb (patch) | |
tree | 5846556a9b090e43279a8b4e804722e68fc8e625 /share/man | |
parent | 5ca6fae2c396941500b8bfcba7b6454abfbfdf33 (diff) | |
download | FreeBSD-src-0b14a09c6903a4dd8872ae0f99e56e072ec7f1eb.zip FreeBSD-src-0b14a09c6903a4dd8872ae0f99e56e072ec7f1eb.tar.gz |
- Do not clobber softc when psm(4) is reintialized.
- Make INITAFTERSUSPEND flag independent of HOOKRESUME flag.
- Automatically set INITAFTERSUSPEND flag when ALPS GlidePoint is detected.
- Always probe Synaptics Touchpad. Allow MOUSE_SYN_GETHWINFO ioctl and
automatically set INITAFTERSUSPEND flag when a supported device is detected,
regardless of "hw.psm.synaptics_support" tunable setting.
- Update psm(4) to reflect the above changes.
- Remove long-time defunct SYNCHACK flag while I am in the neighborhood.
MFC after: 1 month
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/psm.4 | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/share/man/man4/psm.4 b/share/man/man4/psm.4 index 9c10e23..caf0135 100644 --- a/share/man/man4/psm.4 +++ b/share/man/man4/psm.4 @@ -26,7 +26,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 8, 2008 +.Dd March 27, 2012 .Dt PSM 4 .Os .Sh NAME @@ -329,9 +329,6 @@ It will cause the .Nm driver to reset and re-initialize the pointing device after the `resume' event. -It has no effect unless the -.Em HOOKRESUME -flag is set as well. .El .Sh LOADER TUNABLES Extended support for Synaptics touchpads can be enabled by setting @@ -445,10 +442,8 @@ Microsoft IntelliMouse .El .Pp .It Dv MOUSE_SYN_GETHWINFO Ar synapticshw_t *synhw -Retrieves extra information associated with Synaptics Touchpads. -Only available when -.Va hw.psm.synaptics_support -has been enabled. +Retrieves extra information associated with Synaptics Touchpad. +Only available when a supported device has been detected. .Bd -literal typedef struct synapticshw { int infoMajor; /* major hardware revision */ @@ -837,12 +832,11 @@ 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 Interlink VersaPad requires both -.Em HOOKRESUME -and +It is reported that ALPS GlidePoint, Synaptics Touchpad, and +Interlink VersaPad require .Em INITAFTERSUSPEND -flags in order to recover from suspended state. -These flags are automatically set when VersaPad is detected by the +flag in order to recover from suspended state. +This flag is automatically set when one of these devices is detected by the .Nm driver. .Pp |