2006-07-26 14:30:59 +04:00
|
|
|
# $NetBSD: files.bluetooth,v 1.8 2006/07/26 10:31:00 tron Exp $
|
2006-06-19 19:44:33 +04:00
|
|
|
#
|
2006-07-26 14:30:59 +04:00
|
|
|
# Config file for machine independent Bluetooth devices
|
2002-10-11 01:52:28 +04:00
|
|
|
|
2006-07-26 14:30:59 +04:00
|
|
|
# Bluetooth Devices
|
|
|
|
defpseudo btdev { }
|
|
|
|
file dev/bluetooth/btdev.c btdev
|
2002-10-11 01:52:28 +04:00
|
|
|
|
2006-06-19 19:44:33 +04:00
|
|
|
# HID "bus"
|
|
|
|
define bthidbus {[ reportid = -1 ]}
|
2002-10-11 02:07:44 +04:00
|
|
|
|
2006-06-19 19:44:33 +04:00
|
|
|
# HID Device
|
2006-06-21 21:14:13 +04:00
|
|
|
device bthidev: bluetooth, bthidbus, hid
|
2006-07-26 14:30:59 +04:00
|
|
|
attach bthidev at btdev
|
2006-06-19 19:44:33 +04:00
|
|
|
file dev/bluetooth/bthidev.c bthidev
|
|
|
|
|
|
|
|
# HID Keyboards
|
|
|
|
defflag opt_btkbd.h BTKBD_REPEAT
|
|
|
|
defparam opt_btkbd.h BTKBD_LAYOUT
|
2006-06-21 21:14:13 +04:00
|
|
|
device btkbd: hid, wskbddev
|
2006-06-19 19:44:33 +04:00
|
|
|
attach btkbd at bthidbus
|
|
|
|
file dev/bluetooth/btkbd.c btkbd
|
|
|
|
|
|
|
|
# HID Mice
|
2006-06-21 21:14:13 +04:00
|
|
|
device btms: hid, wsmousedev
|
2006-06-19 19:44:33 +04:00
|
|
|
attach btms at bthidbus
|
|
|
|
file dev/bluetooth/btms.c btms
|
|
|
|
|
|
|
|
# Audio Headsets
|
2006-06-21 21:14:13 +04:00
|
|
|
device bthset: bluetooth, audiobus, auconv, mulaw, aurateconv
|
2006-07-26 14:30:59 +04:00
|
|
|
attach bthset at btdev
|
2006-06-19 19:44:33 +04:00
|
|
|
file dev/bluetooth/bthset.c bthset
|