This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / share / man / man4 / mse.4
CommitLineData
c5bfcf16
NW
1.\" Copyright 1992 by the University of Guelph
2.\"
3.\" Permission to use, copy and modify this
4.\" software and its documentation for any purpose and without
5.\" fee is hereby granted, provided that the above copyright
6.\" notice appear in all copies and that both that copyright
7.\" notice and this permission notice appear in supporting
8.\" documentation.
9.\" University of Guelph makes no representations about the suitability of
10.\" this software for any purpose. It is provided "as is"
11.\" without express or implied warranty.
12.\"
13.Dd Aug 16, 1992
14.Dt MSE 4
15.Os
16.Sh NAME
17.Nm mse
18.Nd bus mouse driver
19.Sh DESCRIPTION
20This is a simple driver for the Logitech and ATI Inport bus mouse interfaces
21designed to be used with the X386 X11R5 X server. The minor device number is
22made up of:
23.Bd -literal -offset indent
24minor = ('unit' << 1) | 'non-blocking'
25.Ed
26.Pp
27where 'unit' is the device number (usually 0) and the 'non-blocking' bit
28is set to indicate "don't block waiting for mouse input, return 0 instead".
29The 'non-blocking' bit should be set for X386, therefore the minor device
30number usually used for X386 is 1.
31.Sh Caveats
32Most bus mice generate N interrupts/second when enabled, whether or not the
33mouse state is changing.