files.bluetooth revision 1.9
11.9Stron# $NetBSD: files.bluetooth,v 1.9 2006/07/26 10:43:02 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.9Stron# SCO Audio 301.9Strondevice btsco: bluetooth, audiobus, auconv, mulaw, aurateconv 311.9Stronattach btsco at btdev 321.9Stronfile dev/bluetooth/btsco.c btsco 33