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