diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:55:15 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:55:15 -0400 |
| commit | 253e67c8b3a72b3a4757fdbc5845297628db0a4a (patch) | |
| tree | adf53b66087aa30dfbf8bf391a1dadb044c3bf4d /static/netbsd/man4/ukbd.4 4.html | |
| parent | a9157ce950dfe2fc30795d43b9d79b9d1bffc48b (diff) | |
docs: Added All NetBSD Manuals
Diffstat (limited to 'static/netbsd/man4/ukbd.4 4.html')
| -rw-r--r-- | static/netbsd/man4/ukbd.4 4.html | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/static/netbsd/man4/ukbd.4 4.html b/static/netbsd/man4/ukbd.4 4.html new file mode 100644 index 00000000..1733ca07 --- /dev/null +++ b/static/netbsd/man4/ukbd.4 4.html @@ -0,0 +1,49 @@ +<table class="head"> + <tr> + <td class="head-ltitle">UKBD(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">UKBD(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">ukbd</code> — <span class="Nd">USB + keyboard support</span></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> +<p class="Pp"><code class="Cd">ukbd* at uhidev? reportid ?</code> + <br/> + <code class="Cd">wskbd* at ukbd? console ?</code></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">The <code class="Nm">ukbd</code> driver provides support for USB + keyboards (i.e., HID devices with reports in usage page 7). Access to the + keyboard is through the <a class="Xr">wscons(4)</a> driver.</p> +</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">uhidev(4)</a>, <a class="Xr">usb(4)</a>, + <a class="Xr">wskbd(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">ukbd</code> driver appeared in + <span class="Ux">NetBSD 1.4</span>.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1> +<p class="Pp">The <code class="Nm">ukbd</code> driver is brought into action + rather late in the boot process, so if it is used as the console driver then + <a class="Xr">ddb(4)</a> is not usable until late in the boot.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">July 12, 1998</td> + <td class="foot-os">NetBSD 10.1</td> + </tr> +</table> |
