summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth/files.bluetooth
blob: 4fdd2d25f4c7f8e49f01e9cd9a1eae95601cb8d0 (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
#	$NetBSD: files.bluetooth,v 1.9 2006/07/26 10:43:02 tron Exp $
#
# Config file for machine independent Bluetooth devices

# Bluetooth Devices
defpseudo btdev { }
file dev/bluetooth/btdev.c		btdev

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

# HID Device
device bthidev: bluetooth, bthidbus, hid
attach bthidev at btdev
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

# SCO Audio
device btsco: bluetooth, audiobus, auconv, mulaw, aurateconv
attach btsco at btdev
file dev/bluetooth/btsco.c		btsco