blob: 345cf1d5b7a0011aae1b85fe737f877fe5388bca (
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
|
<table class="head">
<tr>
<td class="head-ltitle">BTKBD(4)</td>
<td class="head-vol">Device Drivers Manual</td>
<td class="head-rtitle">BTKBD(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">btkbd</code> — <span class="Nd">Bluetooth
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">btkbd* at bthidev? reportid ?</code>
<br/>
<code class="Cd">wskbd* at btkbd? console ?</code></p>
<p class="Pp">
<br/>
<code class="Cd">options BTKBD_REPEAT</code>
<br/>
<code class="Cd">options BTKBD_LAYOUT=XXX</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">btkbd</code> driver provides support for
Bluetooth wireless keyboards.</p>
<p class="Pp">Bluetooth keyboards are configured using the
<a class="Xr">btdevctl(8)</a> program, and provide system access 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">bluetooth(4)</a>, <a class="Xr">bthidev(4)</a>,
<a class="Xr">wskbd(4)</a>, <a class="Xr">btdevctl(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">btkbd</code> driver appeared in
<span class="Ux">NetBSD 4.0</span> and was written by <span class="An">Iain
Hibbert</span> under the sponsorship of Itronix, Inc.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1>
<p class="Pp">Due to the configuration and connection requirements, Bluetooth
keyboards cannot be used until <span class="Ux">NetBSD</span> is fully
booted.</p>
<p class="Pp">Bluetooth keyboards cannot be the <span class="Ux">NetBSD</span>
system console.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">May 16, 2009</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|