files.bluetooth revision 1.4.12.4 1 1.4.12.4 yamt # $NetBSD: files.bluetooth,v 1.4.12.4 2007/10/27 11:30:07 yamt Exp $
2 1.4.12.1 yamt #
3 1.4.12.2 yamt # Config file for machine independent Bluetooth devices
4 1.1 thorpej
5 1.4.12.2 yamt # Bluetooth Device Hub
6 1.4.12.2 yamt device bthub { }
7 1.4.12.2 yamt attach bthub at btbus
8 1.4.12.1 yamt file dev/bluetooth/bthub.c bthub
9 1.1 thorpej
10 1.4.12.1 yamt # HID "bus"
11 1.4.12.1 yamt define bthidbus {[ reportid = -1 ]}
12 1.4.12.1 yamt
13 1.4.12.1 yamt # HID Device
14 1.4.12.2 yamt device bthidev: bluetooth, bthidbus, hid
15 1.4.12.1 yamt attach bthidev at bthub
16 1.4.12.1 yamt file dev/bluetooth/bthidev.c bthidev
17 1.4.12.1 yamt
18 1.4.12.1 yamt # HID Keyboards
19 1.4.12.1 yamt defflag opt_btkbd.h BTKBD_REPEAT
20 1.4.12.1 yamt defparam opt_btkbd.h BTKBD_LAYOUT
21 1.4.12.2 yamt device btkbd: hid, wskbddev
22 1.4.12.1 yamt attach btkbd at bthidbus
23 1.4.12.1 yamt file dev/bluetooth/btkbd.c btkbd
24 1.4.12.1 yamt
25 1.4.12.1 yamt # HID Mice
26 1.4.12.2 yamt device btms: hid, wsmousedev
27 1.4.12.1 yamt attach btms at bthidbus
28 1.4.12.1 yamt file dev/bluetooth/btms.c btms
29 1.4.12.1 yamt
30 1.4.12.2 yamt # SCO Audio
31 1.4.12.2 yamt device btsco: bluetooth, audiobus, auconv, mulaw, aurateconv
32 1.4.12.2 yamt attach btsco at bthub
33 1.4.12.2 yamt file dev/bluetooth/btsco.c btsco
34 1.4.12.3 yamt
35 1.4.12.3 yamt # Bluetooth HCI UART (H4)
36 1.4.12.3 yamt defpseudo btuart: btbus, bluetooth, firmload
37 1.4.12.3 yamt file dev/bluetooth/btuart.c btuart
38 1.4.12.4 yamt
39 1.4.12.4 yamt # BlueCore Serial Protocol
40 1.4.12.4 yamt defpseudo bcsp: btbus, bluetooth
41 1.4.12.4 yamt file dev/bluetooth/bcsp.c bcsp
42