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