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