xref: /netbsd-src/sys/dev/bluetooth/files.bluetooth (revision e622eac459adf11c2e710d7a4de0f05510bbbe61)
1*e622eac4Sisaki#	$NetBSD: files.bluetooth,v 1.16 2019/05/08 13:40:17 isaki Exp $
2a5c89047Sgdamore#
34241fec1Stron# Config file for machine independent Bluetooth devices
405f97661Sthorpej
54f1cbddcSplunky# Bluetooth Device Hub
64f1cbddcSplunkydevice bthub { }
74f1cbddcSplunkyattach bthub at btbus
84f1cbddcSplunkyfile dev/bluetooth/bthub.c		bthub
905f97661Sthorpej
10a5c89047Sgdamore# HID "bus"
11a5c89047Sgdamoredefine bthidbus {[ reportid = -1 ]}
126be7d2f3Sthorpej
13a5c89047Sgdamore# HID Device
14f7c7c95eSdrochnerdevice bthidev: bluetooth, bthidbus, hid
154f1cbddcSplunkyattach bthidev at bthub
16a5c89047Sgdamorefile dev/bluetooth/bthidev.c		bthidev
17a5c89047Sgdamore
18a5c89047Sgdamore# HID Keyboards
19a5c89047Sgdamoredefflag		opt_btkbd.h	BTKBD_REPEAT
20a5c89047Sgdamoredefparam	opt_btkbd.h	BTKBD_LAYOUT
21f7c7c95eSdrochnerdevice btkbd: hid, wskbddev
22a5c89047Sgdamoreattach btkbd at bthidbus
23a5c89047Sgdamorefile dev/bluetooth/btkbd.c		btkbd
24a5c89047Sgdamore
25a5c89047Sgdamore# HID Mice
26f7c7c95eSdrochnerdevice btms: hid, wsmousedev
27a5c89047Sgdamoreattach btms at bthidbus
28a5c89047Sgdamorefile dev/bluetooth/btms.c		btms
29a5c89047Sgdamore
30b1c545a2Splunky# Apple MagicMouse
31b1c545a2Splunkydevice btmagic: bluetooth, hid, wsmousedev
32b1c545a2Splunkyattach btmagic at bthub
33b1c545a2Splunkyfile dev/bluetooth/btmagic.c		btmagic
34b1c545a2Splunky
3530d63321Stron# SCO Audio
36*e622eac4Sisakidevice btsco: bluetooth, audiobus
374f1cbddcSplunkyattach btsco at bthub
3830d63321Stronfile dev/bluetooth/btsco.c		btsco
3910abd6f2Skiyohara
4010abd6f2Skiyohara# Bluetooth HCI UART (H4)
411f0a4238Sdrochnerdefpseudodev btuart: btbus, bluetooth, firmload
4210abd6f2Skiyoharafile dev/bluetooth/btuart.c		btuart
4309fa5a56Skiyohara
4409fa5a56Skiyohara# BlueCore Serial Protocol
451f0a4238Sdrochnerdefpseudodev bcsp: btbus, bluetooth
4609fa5a56Skiyoharafile dev/bluetooth/bcsp.c		bcsp
47ed80d442Snat
48ed80d442Snat# Bluetooth HCI UART (H5)
49ed80d442Snatdefpseudodev bthfive: btbus, bluetooth
50ed80d442Snatfile dev/bluetooth/bth5.c		bthfive
51