files.bluetooth revision 1.7
1#	$NetBSD: files.bluetooth,v 1.7 2006/06/21 17:14:13 drochner Exp $
2#
3# Config file for machine independent Bluetooth devices that attach
4# to pseudo-device hub
5
6# Hub driver
7defpseudo bthub { }
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# Audio Headsets
31device bthset: bluetooth, audiobus, auconv, mulaw, aurateconv
32attach bthset at bthub
33file dev/bluetooth/bthset.c		bthset
34