diff options
author | 2021-01-22 17:35:00 +0000 | |
---|---|---|
committer | 2021-01-22 17:35:00 +0000 | |
commit | f1440c79fafea7a835e6898614feeebeded4a9b9 (patch) | |
tree | 854ea27ef4f01172189c5f822ee25fb99d0b51cb /share/man | |
parent | Extend test with an full depth search of all possible prefix_evaluations. (diff) | |
download | wireguard-openbsd-f1440c79fafea7a835e6898614feeebeded4a9b9.tar.xz wireguard-openbsd-f1440c79fafea7a835e6898614feeebeded4a9b9.zip |
ims: an actual i2c-connected mouse is unlikely
Claim to be a touchpad instead, which sets up ims devices in X11 to
be more like touchpads.
ok mglocker
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/ims.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/ims.4 b/share/man/man4/ims.4 index 3b81de78c44..1913e253c87 100644 --- a/share/man/man4/ims.4 +++ b/share/man/man4/ims.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ims.4,v 1.3 2016/07/30 15:44:45 jcs Exp $ +.\" $OpenBSD: ims.4,v 1.4 2021/01/22 17:35:00 jcs Exp $ .\" .\" Copyright (c) 2016 Jonathan Gray <jsg@openbsd.org> .\" @@ -14,19 +14,19 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 30 2016 $ +.Dd $Mdocdate: January 22 2021 $ .Dt IMS 4 .Os .Sh NAME .Nm ims -.Nd I2C HID mouse support +.Nd I2C HID pointing device support .Sh SYNOPSIS .Cd "ims* at ihidev?" .Cd "wsmouse* at ims? mux 0" .Sh DESCRIPTION The .Nm -driver provides support for I2C HID mice. +driver provides support for I2C HID touchpads and other pointing devices. Access to these devices is through the .Xr wscons 4 driver. |