1 1.5.16.1 gdamore # $NetBSD: files.bluetooth,v 1.5.16.1 2006/07/13 17:49:22 gdamore Exp $ 2 1.5.16.1 gdamore # 3 1.5.16.1 gdamore # Config file for machine independent Bluetooth devices that attach 4 1.5.16.1 gdamore # to pseudo-device hub 5 1.1 thorpej 6 1.5.16.1 gdamore # Hub driver 7 1.5.16.1 gdamore defpseudo bthub { } 8 1.5.16.1 gdamore file dev/bluetooth/bthub.c bthub 9 1.1 thorpej 10 1.5.16.1 gdamore # HID "bus" 11 1.5.16.1 gdamore define bthidbus {[ reportid = -1 ]} 12 1.5.16.1 gdamore 13 1.5.16.1 gdamore # HID Device 14 1.5.16.1 gdamore device bthidev: bluetooth, bthidbus, hid 15 1.5.16.1 gdamore attach bthidev at bthub 16 1.5.16.1 gdamore file dev/bluetooth/bthidev.c bthidev 17 1.5.16.1 gdamore 18 1.5.16.1 gdamore # HID Keyboards 19 1.5.16.1 gdamore defflag opt_btkbd.h BTKBD_REPEAT 20 1.5.16.1 gdamore defparam opt_btkbd.h BTKBD_LAYOUT 21 1.5.16.1 gdamore device btkbd: hid, wskbddev 22 1.5.16.1 gdamore attach btkbd at bthidbus 23 1.5.16.1 gdamore file dev/bluetooth/btkbd.c btkbd 24 1.5.16.1 gdamore 25 1.5.16.1 gdamore # HID Mice 26 1.5.16.1 gdamore device btms: hid, wsmousedev 27 1.5.16.1 gdamore attach btms at bthidbus 28 1.5.16.1 gdamore file dev/bluetooth/btms.c btms 29 1.5.16.1 gdamore 30 1.5.16.1 gdamore # Audio Headsets 31 1.5.16.1 gdamore device bthset: bluetooth, audiobus, auconv, mulaw, aurateconv 32 1.5.16.1 gdamore attach bthset at bthub 33 1.5.16.1 gdamore file dev/bluetooth/bthset.c bthset 34