Home | History | Annotate | Line # | Download | only in bluetooth
files.bluetooth revision 1.11
      1 #	$NetBSD: files.bluetooth,v 1.11 2007/02/20 16:53:21 kiyohara Exp $
      2 #
      3 # Config file for machine independent Bluetooth devices
      4 
      5 # Bluetooth Device Hub
      6 device bthub { }
      7 attach bthub at btbus
      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 # SCO Audio
     31 device btsco: bluetooth, audiobus, auconv, mulaw, aurateconv
     32 attach btsco at bthub
     33 file dev/bluetooth/btsco.c		btsco
     34 
     35 # Bluetooth HCI UART (H4)
     36 defpseudo btuart: btbus, bluetooth, firmload
     37 file dev/bluetooth/btuart.c		btuart
     38