ums.4 (246e7a2b6494cd991b08ac669ed761ecea0cc98c) ums.4 (4426f4290613596b9efc887d82f229c6575ab35f)
1.\" Copyright (c) 1999
2.\" Nick Hibma <n_hibma@FreeBSD.org>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 10 unchanged lines hidden (view full) ---

19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD$
26.\"
1.\" Copyright (c) 1999
2.\" Nick Hibma <n_hibma@FreeBSD.org>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 10 unchanged lines hidden (view full) ---

19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD$
26.\"
27.Dd November 27, 2006
27.Dd August 3, 2017
28.Dt UMS 4
29.Os
30.Sh NAME
31.Nm ums
32.Nd USB mouse driver
33.Sh SYNOPSIS
34To compile this driver into the kernel,
35place the following lines in your

--- 23 unchanged lines hidden (view full) ---

59device presents the mouse as a
60.Ar sysmouse
61or
62.Ar mousesystems
63type device.
64See
65.Xr moused 8
66for an explanation of these mouse types.
28.Dt UMS 4
29.Os
30.Sh NAME
31.Nm ums
32.Nd USB mouse driver
33.Sh SYNOPSIS
34To compile this driver into the kernel,
35place the following lines in your

--- 23 unchanged lines hidden (view full) ---

59device presents the mouse as a
60.Ar sysmouse
61or
62.Ar mousesystems
63type device.
64See
65.Xr moused 8
66for an explanation of these mouse types.
67.Sh MIB Variables
68The
69.Nm
70driver exposes the following variables in the
71.Va hw.usb.ums
72branch of the
73.Xr sysctl 3
74MIB:
75.Bl -tag -width ".Va debug"
76.It Va debug
77Debug output level, where 0 is debugging disabled and larger values increase
78debug message verbosity.
79Default is 0.
67.Sh FILES
68.Bl -tag -width /dev/ums0 -compact
69.It Pa /dev/ums0
70blocking device node
71.El
72.Sh EXAMPLES
73Use the first
74USB mouse on the system as your console mouse:

--- 39 unchanged lines hidden ---
80.Sh FILES
81.Bl -tag -width /dev/ums0 -compact
82.It Pa /dev/ums0
83blocking device node
84.El
85.Sh EXAMPLES
86Use the first
87USB mouse on the system as your console mouse:

--- 39 unchanged lines hidden ---