summaryrefslogtreecommitdiffstats
path: root/share/man/man4/mouse.4
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>1999-12-05 07:54:43 +0000
committeryokota <yokota@FreeBSD.org>1999-12-05 07:54:43 +0000
commitc391ab267bea8c3903920f0c3c26b7aeb53c1cca (patch)
treec2ecc5fdcdeb14bb546acd679e07397ef794c691 /share/man/man4/mouse.4
parent9fd208b74c0756524a1f49ebbe5239c752363229 (diff)
downloadFreeBSD-src-c391ab267bea8c3903920f0c3c26b7aeb53c1cca.zip
FreeBSD-src-c391ab267bea8c3903920f0c3c26b7aeb53c1cca.tar.gz
Mention USB mouse support.
Diffstat (limited to 'share/man/man4/mouse.4')
-rw-r--r--share/man/man4/mouse.49
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man4/mouse.4 b/share/man/man4/mouse.4
index 714a7c9..c87c342 100644
--- a/share/man/man4/mouse.4
+++ b/share/man/man4/mouse.4
@@ -37,11 +37,12 @@
.Sh DESCRIPTION
The mouse drivers
.Xr mse 4 ,
-.Xr psm 4
+.Xr psm 4 ,
+.Xr ums 4
and
.Xr sysmouse 4
provide user programs with movement and button state information of the mouse.
-Currently there are specific device drivers for bus, InPort and PS/2 mice.
+Currently there are specific device drivers for bus, InPort, PS/2, and USB mice.
The serial mouse is not directly supported by a dedicated driver, but
it is accessible via the serial device driver or via
.Xr moused 8
@@ -169,6 +170,7 @@ is the type of interface:
.Dv MOUSE_IF_BUS ,
.Dv MOUSE_IF_INPORT ,
.Dv MOUSE_IF_PS2 ,
+.Dv MOUSE_IF_USB ,
.Dv MOUSE_IF_SYSMOUSE
or
.Dv MOUSE_IF_UNKNOWN .
@@ -369,12 +371,15 @@ bus and InPort mouse device
PS/2 mouse device
.It Pa /dev/sysmouse
virtual mouse device
+.It Pa /dev/ums%d
+USB mouse device
.El
.Sh SEE ALSO
.Xr ioctl 2 ,
.Xr mse 4 ,
.Xr psm 4 ,
.Xr sysmouse 4 ,
+.Xr ums 4 ,
.Xr moused 8
.\".Sh HISTORY
.Sh AUTHORS
OpenPOWER on IntegriCloud