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