summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth/files.bluetooth
blob: 9980b67e79657d80c54558b2bc3d95bd3ed26ca8 (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
#	$NetBSD: files.bluetooth,v 1.16 2019/05/08 13:40:17 isaki Exp $
#
# Config file for machine independent Bluetooth devices

# Bluetooth Device Hub
device bthub { }
attach bthub at btbus
file dev/bluetooth/bthub.c		bthub

# HID "bus"
define bthidbus {[ reportid = -1 ]}

# HID Device
device bthidev: bluetooth, bthidbus, hid
attach bthidev at bthub
file dev/bluetooth/bthidev.c		bthidev

# HID Keyboards
defflag		opt_btkbd.h	BTKBD_REPEAT
defparam	opt_btkbd.h	BTKBD_LAYOUT
device btkbd: hid, wskbddev
attach btkbd at bthidbus
file dev/bluetooth/btkbd.c		btkbd

# HID Mice
device btms: hid, wsmousedev
attach btms at bthidbus
file dev/bluetooth/btms.c		btms

# Apple MagicMouse
device btmagic: bluetooth, hid, wsmousedev
attach btmagic at bthub
file dev/bluetooth/btmagic.c		btmagic

# SCO Audio
device btsco: bluetooth, audiobus
attach btsco at bthub
file dev/bluetooth/btsco.c		btsco

# Bluetooth HCI UART (H4)
defpseudodev btuart: btbus, bluetooth, firmload
file dev/bluetooth/btuart.c		btuart

# BlueCore Serial Protocol
defpseudodev bcsp: btbus, bluetooth
file dev/bluetooth/bcsp.c		bcsp

# Bluetooth HCI UART (H5)
defpseudodev bthfive: btbus, bluetooth
file dev/bluetooth/bth5.c		bthfive