diff options
Diffstat (limited to 'static/freebsd/man4/man4.powerpc/akbd.4 3.html')
| -rw-r--r-- | static/freebsd/man4/man4.powerpc/akbd.4 3.html | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/static/freebsd/man4/man4.powerpc/akbd.4 3.html b/static/freebsd/man4/man4.powerpc/akbd.4 3.html new file mode 100644 index 00000000..39ba2130 --- /dev/null +++ b/static/freebsd/man4/man4.powerpc/akbd.4 3.html @@ -0,0 +1,84 @@ +<table class="head"> + <tr> + <td class="head-ltitle">AKBD(4)</td> + <td class="head-vol">Device Drivers Manual (powerpc)</td> + <td class="head-rtitle">AKBD(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">akbd</code> — <span class="Nd">ADB + Keyboard 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 adb</code></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">akbd</code> driver provides support for all + keyboards attached to the Apple Desktop Bus (ADB).</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="HARDWARE"><a class="permalink" href="#HARDWARE">HARDWARE</a></h1> +<p class="Pp">Devices supported by the <code class="Nm">akbd</code> driver + include:</p> +<p class="Pp"></p> +<ul class="Bl-bullet Bl-compact"> + <li>Apple Extended Keyboard</li> + <li>Apple Keyboard II</li> + <li>Apple iBook Keyboard</li> + <li>Apple PowerBook Keyboard</li> +</ul> +</section> +<section class="Sh"> +<h1 class="Sh" id="EVENTS"><a class="permalink" href="#EVENTS">EVENTS</a></h1> +<p class="Pp">The <code class="Nm">akbd</code> driver sends events to + <a class="Xr">devd(8)</a> for the following events under the + <code class="Cd">PMU</code> system:</p> +<p class="Pp"></p> +<ul class="Bl-bullet Bl-compact"> + <li>Power button - <code class="Cd">Button</code> subsystem, + <code class="Cd">pressed</code> type.</li> +</ul> +</section> +<section class="Sh"> +<h1 class="Sh" id="SYSCTL_VARIABLES"><a class="permalink" href="#SYSCTL_VARIABLES">SYSCTL + VARIABLES</a></h1> +<p class="Pp">The <code class="Nm">akbd</code> driver supports the following + sysctl variable for configuring the Fn keys:</p> +<dl class="Bl-tag"> + <dt id="dev.akbd._d.fn_keys_function_as_primary"><var class="Va">dev.akbd.%d.fn_keys_function_as_primary</var></dt> + <dd>Set the Fn keys to be their F-key type as default. A value of 0 causes the + F-keys keys to work as special keys by default ( + <a class="Xr">abtn(4)</a>) and a value of 1 sets them to behave as F-keys + by default.</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">abtn(4)</a>, <a class="Xr">adb(4)</a>, + <a class="Xr">cuda(4)</a>, <a class="Xr">pmu(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">akbd</code> device driver appeared in + <span class="Ux">FreeBSD 8.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">akbd</code> driver was written by + <span class="An">Nathan Whitehorn</span> + <<a class="Mt" href="mailto:nwhitehorn@FreeBSD.org">nwhitehorn@FreeBSD.org</a>>.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">December 3, 2009</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
