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