files.bluetooth revision 1.8
11.8Stron# $NetBSD: files.bluetooth,v 1.8 2006/07/26 10:31:00 tron Exp $ 21.6Sgdamore# 31.8Stron# Config file for machine independent Bluetooth devices 41.1Sthorpej 51.8Stron# Bluetooth Devices 61.8Strondefpseudo btdev { } 71.8Stronfile dev/bluetooth/btdev.c btdev 81.1Sthorpej 91.6Sgdamore# HID "bus" 101.6Sgdamoredefine bthidbus {[ reportid = -1 ]} 111.6Sgdamore 121.6Sgdamore# HID Device 131.7Sdrochnerdevice bthidev: bluetooth, bthidbus, hid 141.8Stronattach bthidev at btdev 151.6Sgdamorefile dev/bluetooth/bthidev.c bthidev 161.6Sgdamore 171.6Sgdamore# HID Keyboards 181.6Sgdamoredefflag opt_btkbd.h BTKBD_REPEAT 191.6Sgdamoredefparam opt_btkbd.h BTKBD_LAYOUT 201.7Sdrochnerdevice btkbd: hid, wskbddev 211.6Sgdamoreattach btkbd at bthidbus 221.6Sgdamorefile dev/bluetooth/btkbd.c btkbd 231.6Sgdamore 241.6Sgdamore# HID Mice 251.7Sdrochnerdevice btms: hid, wsmousedev 261.6Sgdamoreattach btms at bthidbus 271.6Sgdamorefile dev/bluetooth/btms.c btms 281.6Sgdamore 291.6Sgdamore# Audio Headsets 301.7Sdrochnerdevice bthset: bluetooth, audiobus, auconv, mulaw, aurateconv 311.8Stronattach bthset at btdev 321.6Sgdamorefile dev/bluetooth/bthset.c bthset 33