Home | History | Annotate | Line # | Download | only in bluetooth
files.bluetooth revision 1.5.8.2
      1  1.5.8.2     yamt #	$NetBSD: files.bluetooth,v 1.5.8.2 2006/08/11 15:43:59 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.2     yamt # Bluetooth Devices
      6  1.5.8.2     yamt defpseudo btdev { }
      7  1.5.8.2     yamt file dev/bluetooth/btdev.c		btdev
      8      1.1  thorpej 
      9  1.5.8.1     yamt # HID "bus"
     10  1.5.8.1     yamt define bthidbus {[ reportid = -1 ]}
     11  1.5.8.1     yamt 
     12  1.5.8.1     yamt # HID Device
     13  1.5.8.1     yamt device bthidev: bluetooth, bthidbus, hid
     14  1.5.8.2     yamt attach bthidev at btdev
     15  1.5.8.1     yamt file dev/bluetooth/bthidev.c		bthidev
     16  1.5.8.1     yamt 
     17  1.5.8.1     yamt # HID Keyboards
     18  1.5.8.1     yamt defflag		opt_btkbd.h	BTKBD_REPEAT
     19  1.5.8.1     yamt defparam	opt_btkbd.h	BTKBD_LAYOUT
     20  1.5.8.1     yamt device btkbd: hid, wskbddev
     21  1.5.8.1     yamt attach btkbd at bthidbus
     22  1.5.8.1     yamt file dev/bluetooth/btkbd.c		btkbd
     23  1.5.8.1     yamt 
     24  1.5.8.1     yamt # HID Mice
     25  1.5.8.1     yamt device btms: hid, wsmousedev
     26  1.5.8.1     yamt attach btms at bthidbus
     27  1.5.8.1     yamt file dev/bluetooth/btms.c		btms
     28  1.5.8.1     yamt 
     29  1.5.8.2     yamt # SCO Audio
     30  1.5.8.2     yamt device btsco: bluetooth, audiobus, auconv, mulaw, aurateconv
     31  1.5.8.2     yamt attach btsco at btdev
     32  1.5.8.2     yamt file dev/bluetooth/btsco.c		btsco
     33