NetBSD/share/man/man4/wsmouse.4

53 lines
1.1 KiB
Groff
Raw Normal View History

2002-09-18 15:56:28 +04:00
.\" $NetBSD: wsmouse.4,v 1.8 2002/09/18 11:56:29 uebayasi Exp $
2002-04-16 15:49:54 +04:00
.Dd April 16, 2002
.Os
.Dt WSMOUSE 4
.Sh NAME
.Nm wsmouse
.Nd generic mouse support in wscons
.Sh SYNOPSIS
1999-07-29 22:20:02 +04:00
.Cd "wsmouse* at pms? mux 0"
2002-04-16 15:49:54 +04:00
(PS/2 mouse, including ``Intellimouse''-compatible wheel mice)
1999-07-29 22:20:02 +04:00
.Cd "wsmouse* at ums? mux 0"
(USB mouse)
1999-07-29 22:20:02 +04:00
.Cd "wsmouse* at lms? mux 0"
(Logitech bus mouse, i386 only)
1999-07-29 22:20:02 +04:00
.Cd "wsmouse* at mms? mux 0"
(Microsoft InPort mouse, i386 only)
1999-07-29 22:20:02 +04:00
.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 lms 4 ,
.Xr mms 4 ,
.Xr pms 4 ,
.Xr ums 4 ,
.Xr wscons 4 ,
.Xr wsmux 4 ,
2002-09-18 15:56:28 +04:00
.Xr wsconsctl 8 ,
.Xr wsmouse 9