summaryrefslogtreecommitdiff
path: root/static/freebsd/man4/usbhid.4 3.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/freebsd/man4/usbhid.4 3.html')
-rw-r--r--static/freebsd/man4/usbhid.4 3.html77
1 files changed, 77 insertions, 0 deletions
diff --git a/static/freebsd/man4/usbhid.4 3.html b/static/freebsd/man4/usbhid.4 3.html
new file mode 100644
index 00000000..8ae69d10
--- /dev/null
+++ b/static/freebsd/man4/usbhid.4 3.html
@@ -0,0 +1,77 @@
+<table class="head">
+ <tr>
+ <td class="head-ltitle">USBHID(4)</td>
+ <td class="head-vol">Device Drivers Manual</td>
+ <td class="head-rtitle">USBHID(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">usbhid</code> &#x2014; <span class="Nd">USB HID
+ transport 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 usbhid</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>usbhid_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">usbhid</code> driver provides a interface to
+ USB Human Interface Devices (HIDs).</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.usbhid.enable"><var class="Va">hw.usb.usbhid.enable</var></dt>
+ <dd>Enable <code class="Nm">usbhid</code> and make its priority greater than
+ other USB HID drivers, such as <a class="Xr">ukbd(4)</a>,
+ <a class="Xr">ums(4)</a>, and <a class="Xr">uhid(4)</a>. Default is
+ 1.</dd>
+</dl>
+<dl class="Bl-tag">
+ <dt id="hw.usb.usbhid.debug"><var class="Va">hw.usb.usbhid.debug</var></dt>
+ <dd>Debug output level, where 0 is debugging disabled and larger values
+ increase debug message verbosity. Default is 0. Debug messages are printed
+ on the system console and can be viewed using
+ <a class="Xr">dmesg(8)</a>.</dd>
+</dl>
+</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">ehci(4)</a>, <a class="Xr">hkbd(4)</a>,
+ <a class="Xr">hms(4)</a>, <a class="Xr">ohci(4)</a>,
+ <a class="Xr">uhci(4)</a>, <a class="Xr">usb(4)</a>,
+ <a class="Xr">xhci(4)</a>, <a class="Xr">usbconfig(8)</a></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
+<p class="Pp">The <code class="Nm">usbhid</code> driver first appeared in
+ <span class="Ux">FreeBSD 13.0</span>. It was enabled by default in
+ <span class="Ux">FreeBSD 15.0</span>.</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">usbhid</code> driver was written by
+ <span class="An">Vladimir Kondratyev</span>
+ &lt;<a class="Mt" href="mailto:wulf@FreeBSD.org">wulf@FreeBSD.org</a>&gt;.</p>
+</section>
+</div>
+<table class="foot">
+ <tr>
+ <td class="foot-date">October 2, 2025</td>
+ <td class="foot-os">FreeBSD 15.0</td>
+ </tr>
+</table>