files.bluetooth revision 1.6
11.6Sgdamore#	$NetBSD: files.bluetooth,v 1.6 2006/06/19 15:44:45 gdamore Exp $
21.6Sgdamore#
31.6Sgdamore# Config file for machine independent Bluetooth devices that attach
41.6Sgdamore# to pseudo-device hub
51.1Sthorpej
61.6Sgdamore# Hub driver
71.6Sgdamoredefpseudo bthub { }
81.6Sgdamorefile dev/bluetooth/bthub.c		bthub
91.1Sthorpej
101.6Sgdamore# HID "bus"
111.6Sgdamoredefine bthidbus {[ reportid = -1 ]}
121.6Sgdamore
131.6Sgdamore# HID Device
141.6Sgdamoredevice bthidev { }: bluetooth, bthidbus, hid
151.6Sgdamoreattach bthidev at bthub
161.6Sgdamorefile dev/bluetooth/bthidev.c		bthidev
171.6Sgdamore
181.6Sgdamore# HID Keyboards
191.6Sgdamoredefflag		opt_btkbd.h	BTKBD_REPEAT
201.6Sgdamoredefparam	opt_btkbd.h	BTKBD_LAYOUT
211.6Sgdamoredevice btkbd { }: hid, wskbddev
221.6Sgdamoreattach btkbd at bthidbus
231.6Sgdamorefile dev/bluetooth/btkbd.c		btkbd
241.6Sgdamore
251.6Sgdamore# HID Mice
261.6Sgdamoredevice btms { }: hid, wsmousedev
271.6Sgdamoreattach btms at bthidbus
281.6Sgdamorefile dev/bluetooth/btms.c		btms
291.6Sgdamore
301.6Sgdamore# Audio Headsets
311.6Sgdamoredevice bthset { }: bluetooth, audiobus, auconv, mulaw, aurateconv
321.6Sgdamoreattach bthset at bthub
331.6Sgdamorefile dev/bluetooth/bthset.c		bthset
34