summaryrefslogtreecommitdiff
path: root/static/freebsd/man4/man4.powerpc/akbd.4 3.html
blob: 39ba21308e8671687414b3b726bcd6c06fa4ec98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
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> &#x2014; <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>
    &lt;<a class="Mt" href="mailto:nwhitehorn@FreeBSD.org">nwhitehorn@FreeBSD.org</a>&gt;.</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>