diff options
Diffstat (limited to 'static/freebsd/man4/man4.powerpc/abtn.4 3.html')
| -rw-r--r-- | static/freebsd/man4/man4.powerpc/abtn.4 3.html | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/static/freebsd/man4/man4.powerpc/abtn.4 3.html b/static/freebsd/man4/man4.powerpc/abtn.4 3.html new file mode 100644 index 00000000..3d82d392 --- /dev/null +++ b/static/freebsd/man4/man4.powerpc/abtn.4 3.html @@ -0,0 +1,79 @@ +<table class="head"> + <tr> + <td class="head-ltitle">ABTN(4)</td> + <td class="head-vol">Device Drivers Manual (powerpc)</td> + <td class="head-rtitle">ABTN(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">abtn</code> — <span class="Nd">ADB + Keyboard Special Keys 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">abtn</code> driver provides support for the + extended Fn keys on Apple notebooks with an ADB interface.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="HARDWARE"><a class="permalink" href="#HARDWARE">HARDWARE</a></h1> +<p class="Pp">The <code class="Nm">abtn</code> driver supports extended keyboard + keys (special F-keys) on the following devices:</p> +<p class="Pp"></p> +<ul class="Bl-bullet Bl-compact"> + <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">abtn</code> driver sends events to + <a class="Xr">devd(8)</a> for the following events under the + <code class="Cd">PMU</code> system, and <code class="Cd">keys</code> + subsystem:</p> +<p class="Pp"></p> +<ul class="Bl-bullet Bl-compact"> + <li><code class="Cd">brightness</code> - Generates <code class="Cd">up</code> + and <code class="Cd">down</code> notify types matching the pressed + key.</li> + <li><code class="Cd">mute</code></li> + <li><code class="Cd">volume</code> - Generates <code class="Cd">up</code> and + <code class="Cd">down</code> notify types matching the pressed key.</li> + <li><code class="Cd">eject</code></li> +</ul> +<p class="Pp">Examples are included in /etc/devd/apple.conf.</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">adb(4)</a>, <a class="Xr">akbd(4)</a>, + <a class="Xr">cuda(4)</a>, <a class="Xr">pmu(4)</a>, + <a class="Xr">devd(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">abtn</code> device driver first appeared in + <span class="Ux">NetBSD 5.0</span> and was ported to + <span class="Ux">FreeBSD 10.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">abtn</code> driver was written by + <span class="An">Tsubai Masanari</span> for <span class="Ux">NetBSD</span> + and ported to <span class="Ux">FreeBSD</span> by <span class="An">Justin + Hibbits</span>.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">October 16, 2011</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
