diff options
Diffstat (limited to 'static/freebsd/man4/hidbus.4 3.html')
| -rw-r--r-- | static/freebsd/man4/hidbus.4 3.html | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/static/freebsd/man4/hidbus.4 3.html b/static/freebsd/man4/hidbus.4 3.html new file mode 100644 index 00000000..c37f5046 --- /dev/null +++ b/static/freebsd/man4/hidbus.4 3.html @@ -0,0 +1,78 @@ +<table class="head"> + <tr> + <td class="head-ltitle">HIDBUS(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">HIDBUS(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">hidbus</code> — <span class="Nd">generic + HID bus 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 hidbus</code> +<br/> +<code class="Cd">device hid</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>hidbus_load="YES"</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">hidbus</code> driver provides support for + multiple HID driver attachments to single HID transport backend. See + <a class="Xr">iichid(4)</a> or <a class="Xr">usbhid(4)</a>.</p> +<p class="Pp">Each HID device can have several components, e.g., a keyboard and + a mouse. These components use different report identifiers (a byte) combined + into groups called collections to distinguish which one data is coming from. + The <code class="Nm">hidbus</code> driver has other drivers attached that + handle particular kinds of devices and <code class="Nm">hidbus</code> + broadcasts data to all of them.</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.hid.hidbus.debug"><var class="Va">hw.hid.hidbus.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="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE + ALSO</a></h1> +<p class="Pp"><a class="Xr">hconf(4)</a>, <a class="Xr">hcons(4)</a>, + <a class="Xr">hgame(4)</a>, <a class="Xr">hidraw(4)</a>, + <a class="Xr">hkbd(4)</a>, <a class="Xr">hms(4)</a>, + <a class="Xr">hmt(4)</a>, <a class="Xr">hpen(4)</a>, + <a class="Xr">hsctrl(4)</a>, <a class="Xr">hskbd(4)</a>, + <a class="Xr">iichid(4)</a>, <a class="Xr">usbhid(4)</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">hidbus</code> driver first appeared in + <span class="Ux">FreeBSD 13.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">hidbus</code> driver was written by + <span class="An">Vladimir Kondratyev</span> + <<a class="Mt" href="mailto:wulf@FreeBSD.org">wulf@FreeBSD.org</a>>.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">September 14, 2020</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
