files.bluetooth revision 1.9
1#	$NetBSD: files.bluetooth,v 1.9 2006/07/26 10:43:02 tron Exp $
2#
3# Config file for machine independent Bluetooth devices
4
5# Bluetooth Devices
6defpseudo btdev { }
7file dev/bluetooth/btdev.c		btdev
8
9# HID "bus"
10define bthidbus {[ reportid = -1 ]}
11
12# HID Device
13device bthidev: bluetooth, bthidbus, hid
14attach bthidev at btdev
15file dev/bluetooth/bthidev.c		bthidev
16
17# HID Keyboards
18defflag		opt_btkbd.h	BTKBD_REPEAT
19defparam	opt_btkbd.h	BTKBD_LAYOUT
20device btkbd: hid, wskbddev
21attach btkbd at bthidbus
22file dev/bluetooth/btkbd.c		btkbd
23
24# HID Mice
25device btms: hid, wsmousedev
26attach btms at bthidbus
27file dev/bluetooth/btms.c		btms
28
29# SCO Audio
30device btsco: bluetooth, audiobus, auconv, mulaw, aurateconv
31attach btsco at btdev
32file dev/bluetooth/btsco.c		btsco
33