diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-07-14 15:38:46 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-07-14 15:38:46 +0000 |
commit | 7bf825605dd72c56b975b52e6948eb9b52d38ff3 (patch) | |
tree | 81ccf49acd5c39c042e09d454e6ab82f4a93d0d9 /share/man/man4/wsmouse.4 | |
parent | a610e7416b65d4f492ae96f968ab98dbed3f0c9d (diff) |
raw import of raw ws* manpages; weasels are ripping my flesh
Diffstat (limited to 'share/man/man4/wsmouse.4')
-rw-r--r-- | share/man/man4/wsmouse.4 | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/share/man/man4/wsmouse.4 b/share/man/man4/wsmouse.4 new file mode 100644 index 00000000000..6c380c9b35a --- /dev/null +++ b/share/man/man4/wsmouse.4 @@ -0,0 +1,55 @@ +.\" $NetBSD: wsmouse.4,v 1.3 1999/12/06 14:52:08 augustss Exp $ +.Dd March 20, 1999 +.Os +.Dt WSMOUSE 4 +.Sh NAME +.Nm wsmouse +.Nd generic mouse support in wscons +.Sh SYNOPSIS +.Cd "wsmouse* at pms? mux 0" +(PS/2 mouse) +.Cd "wsmouse* at pmsi? mux 0" +( +.Dq Intellimouse +-compatible wheel mouse with PS/2 interface) +.Cd "wsmouse* at ums? mux 0" +(USB mouse) +.Cd "wsmouse* at lms? mux 0" +(Logitech bus mouse, i386 only) +.Cd "wsmouse* at mms? mux 0" +(Microsoft InPort mouse, i386 only) +.Cd "wsmouse0 at ams? mux 0" +(Apple ADB mouse) +.Sh DESCRIPTION +The +.Nm +driver is an abstraction layer for mice within the +.Xr wscons 4 +framework. It is attached to the hardware specific keyboard drivers and +provides a character device interface. For use with X servers, +.Dq mouse events +can be generated. +.Pp +The +.Nm +driver provides a number of ioctl functions to control +various parameters. A complete list is in +.Pa /usr/include/dev/wscons/wsconsio.h . +The +.Xr wsconsctl 8 +utility gives access to these variables. +.Sh FILES +.Bl -item +.It +.Pa /dev/wsmouse* +.It +.Pa /usr/include/dev/wscons/wsconsio.h . +.El +.Sh SEE ALSO +.Xr wscons 4 , +.Xr wsconsctl 8 , +.Xr wsmux 4 , +.Xr pms 4 , +.Xr lms 4 , +.Xr mms 4 , +.Xr ums 4 |