Home | History | Annotate | Line # | Download | only in bluetooth
files.bluetooth revision 1.7
      1 #	$NetBSD: files.bluetooth,v 1.7 2006/06/21 17:14:13 drochner Exp $
      2 #
      3 # Config file for machine independent Bluetooth devices that attach
      4 # to pseudo-device hub
      5 
      6 # Hub driver
      7 defpseudo bthub { }
      8 file dev/bluetooth/bthub.c		bthub
      9 
     10 # HID "bus"
     11 define bthidbus {[ reportid = -1 ]}
     12 
     13 # HID Device
     14 device bthidev: bluetooth, bthidbus, hid
     15 attach bthidev at bthub
     16 file dev/bluetooth/bthidev.c		bthidev
     17 
     18 # HID Keyboards
     19 defflag		opt_btkbd.h	BTKBD_REPEAT
     20 defparam	opt_btkbd.h	BTKBD_LAYOUT
     21 device btkbd: hid, wskbddev
     22 attach btkbd at bthidbus
     23 file dev/bluetooth/btkbd.c		btkbd
     24 
     25 # HID Mice
     26 device btms: hid, wsmousedev
     27 attach btms at bthidbus
     28 file dev/bluetooth/btms.c		btms
     29 
     30 # Audio Headsets
     31 device bthset: bluetooth, audiobus, auconv, mulaw, aurateconv
     32 attach bthset at bthub
     33 file dev/bluetooth/bthset.c		bthset
     34