30d6332135
Remove bthset(4) device and add btsco(4) in its place. This is an improved version which is not just for headsets, as it can receive incoming connections (eg for Hands Free Profile). Update bthset(1) control utlitiy to relate to new device.
33 lines
762 B
Plaintext
33 lines
762 B
Plaintext
# $NetBSD: files.bluetooth,v 1.9 2006/07/26 10:43:02 tron Exp $
|
|
#
|
|
# Config file for machine independent Bluetooth devices
|
|
|
|
# Bluetooth Devices
|
|
defpseudo btdev { }
|
|
file dev/bluetooth/btdev.c btdev
|
|
|
|
# HID "bus"
|
|
define bthidbus {[ reportid = -1 ]}
|
|
|
|
# HID Device
|
|
device bthidev: bluetooth, bthidbus, hid
|
|
attach bthidev at btdev
|
|
file dev/bluetooth/bthidev.c bthidev
|
|
|
|
# HID Keyboards
|
|
defflag opt_btkbd.h BTKBD_REPEAT
|
|
defparam opt_btkbd.h BTKBD_LAYOUT
|
|
device btkbd: hid, wskbddev
|
|
attach btkbd at bthidbus
|
|
file dev/bluetooth/btkbd.c btkbd
|
|
|
|
# HID Mice
|
|
device btms: hid, wsmousedev
|
|
attach btms at bthidbus
|
|
file dev/bluetooth/btms.c btms
|
|
|
|
# SCO Audio
|
|
device btsco: bluetooth, audiobus, auconv, mulaw, aurateconv
|
|
attach btsco at btdev
|
|
file dev/bluetooth/btsco.c btsco
|