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