summaryrefslogtreecommitdiff
path: root/static/freebsd/man4/ums.4 4.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/freebsd/man4/ums.4 4.html')
-rw-r--r--static/freebsd/man4/ums.4 4.html107
1 files changed, 107 insertions, 0 deletions
diff --git a/static/freebsd/man4/ums.4 4.html b/static/freebsd/man4/ums.4 4.html
new file mode 100644
index 00000000..84e0014b
--- /dev/null
+++ b/static/freebsd/man4/ums.4 4.html
@@ -0,0 +1,107 @@
+<table class="head">
+ <tr>
+ <td class="head-ltitle">UMS(4)</td>
+ <td class="head-vol">Device Drivers Manual</td>
+ <td class="head-rtitle">UMS(4)</td>
+ </tr>
+</table>
+<div class="manual-text">
+<section class="Sh">
+<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
+<p class="Pp"><code class="Nm">ums</code> &#x2014; <span class="Nd">USB mouse
+ driver</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp">To compile this driver into the kernel, place the following lines
+ in your kernel configuration file:</p>
+<div class="Bd Pp Bd-indent"><code class="Cd">device ums</code>
+<br/>
+<code class="Cd">device hid</code>
+<br/>
+<code class="Cd">device uhci</code>
+<br/>
+<code class="Cd">device ohci</code>
+<br/>
+<code class="Cd">device usb</code></div>
+<p class="Pp">Alternatively, to load the driver as a module at boot time, place
+ the following line in <a class="Xr">loader.conf(5)</a>:</p>
+<div class="Bd Pp Bd-indent Li">
+<pre>ums_load=&quot;YES&quot;</pre>
+</div>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp">The <code class="Nm">ums</code> driver provides support for mice
+ that attach to the USB port. Supported are mice with any number of buttons
+ and mice with a wheel.</p>
+<p class="Pp">The <span class="Pa">/dev/ums0</span> device presents the mouse as
+ a <var class="Ar">sysmouse</var> or <var class="Ar">mousesystems</var> type
+ device. See <a class="Xr">moused(8)</a> for an explanation of these mouse
+ types.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYSCTL_VARIABLES"><a class="permalink" href="#SYSCTL_VARIABLES">SYSCTL
+ VARIABLES</a></h1>
+<p class="Pp">The following variables are available as both
+ <a class="Xr">sysctl(8)</a> variables and <a class="Xr">loader(8)</a>
+ tunables:</p>
+<dl class="Bl-tag">
+ <dt id="hw.usb.ums.debug"><var class="Va">hw.usb.ums.debug</var></dt>
+ <dd>Debug output level, where 0 is debugging disabled and larger values
+ increase debug message verbosity. Default is 0.</dd>
+</dl>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1>
+<dl class="Bl-tag Bl-compact">
+ <dt><span class="Pa">/dev/ums0</span></dt>
+ <dd>blocking device node</dd>
+</dl>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h1>
+<p class="Pp">Use the first USB mouse on the system as your console mouse:</p>
+<p class="Pp"></p>
+<div class="Bd Bd-indent"><code class="Li">moused -p /dev/ums0 -t
+ auto</code></div>
+<p class="Pp">To be able to use the USB mouse under X, change the
+ &quot;Pointer&quot; section in <code class="Nm">xorg.conf</code> to the
+ following:</p>
+<p class="Pp"></p>
+<div class="Bd Bd-indent"><code class="Li">Device /dev/ums0</code></div>
+<div class="Bd Bd-indent"><code class="Li">Protocol Auto</code></div>
+<p class="Pp">If you want to be able to use the mouse in both virtual consoles
+ as well as in X change it to:</p>
+<p class="Pp"></p>
+<div class="Bd Bd-indent"><code class="Li">Device /dev/sysmouse</code></div>
+<div class="Bd Bd-indent"><code class="Li">Protocol Auto</code></div>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
+ ALSO</a></h1>
+<p class="Pp"><a class="Xr">ohci(4)</a>, <a class="Xr">sysmouse(4)</a>,
+ <a class="Xr">uhci(4)</a>, <a class="Xr">usb(4)</a>,
+ <a class="Xr">xorg.conf(5)</a> (<span class="Pa">ports/x11/xorg</span>),
+ <a class="Xr">moused(8)</a></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
+<p class="Pp">The <code class="Nm">ums</code> driver was written by
+ <span class="An">Lennart Augustsson</span>
+ &lt;<a class="Mt" href="mailto:augustss@cs.chalmers.se">augustss@cs.chalmers.se</a>&gt;
+ for <span class="Ux">NetBSD</span> and was adopted for
+ <span class="Ux">FreeBSD</span> by <span class="An">MAEKAWA Masahide</span>
+ &lt;<a class="Mt" href="mailto:bishop@rr.iij4u.or.jp">bishop@rr.iij4u.or.jp</a>&gt;.</p>
+<p class="Pp">This manual page was written by <span class="An">Nick Hibma</span>
+ &lt;<a class="Mt" href="mailto:n_hibma@FreeBSD.org">n_hibma@FreeBSD.org</a>&gt;
+ with input from <span class="An">Kazutaka YOKOTA</span>
+ &lt;<a class="Mt" href="mailto:yokota@zodiac.mech.utsunomiya-u.ac.jp">yokota@zodiac.mech.utsunomiya-u.ac.jp</a>&gt;.</p>
+</section>
+</div>
+<table class="foot">
+ <tr>
+ <td class="foot-date">April 24, 2018</td>
+ <td class="foot-os">FreeBSD 15.0</td>
+ </tr>
+</table>