Home | History | Annotate | Line # | Download | only in bluetooth
      1  1.2       nat # $NetBSD: bluetoothdevices.config,v 1.2 2017/08/10 13:22:19 nat Exp $
      2  1.1  jakllsch #
      3  1.1  jakllsch # Bluetooth devices for config(5) file inclusion.
      4  1.1  jakllsch 
      5  1.1  jakllsch # Bluetooth Controller and Device support
      6  1.1  jakllsch 
      7  1.1  jakllsch # Bluetooth PCMCIA Controllers
      8  1.1  jakllsch #bt3c* at pcmcia? function ?		# 3Com 3CRWB6096-A
      9  1.1  jakllsch #btbc* at pcmcia? function ?		# AnyCom BlueCard LSE041/039/139
     10  1.1  jakllsch 
     11  1.1  jakllsch # Bluetooth SDIO Controller
     12  1.1  jakllsch #sbt* at sdmmc?
     13  1.1  jakllsch 
     14  1.1  jakllsch # Bluetooth USB Controllers
     15  1.1  jakllsch #ubt* at uhub? port ?
     16  1.1  jakllsch 
     17  1.1  jakllsch # Bluetooth Device Hub
     18  1.1  jakllsch #bthub* at bcsp?
     19  1.1  jakllsch #bthub* at bt3c?
     20  1.1  jakllsch #bthub* at btbc?
     21  1.1  jakllsch #bthub* at btuart?
     22  1.1  jakllsch #bthub* at sbt?
     23  1.1  jakllsch #bthub* at ubt?
     24  1.1  jakllsch 
     25  1.1  jakllsch 
     26  1.1  jakllsch # Bluetooth HID support
     27  1.1  jakllsch bthidev* at bthub?
     28  1.1  jakllsch 
     29  1.1  jakllsch # Bluetooth Mouse
     30  1.1  jakllsch btms* at bthidev? reportid ?
     31  1.1  jakllsch wsmouse* at btms? mux 0
     32  1.1  jakllsch 
     33  1.1  jakllsch # Bluetooth Keyboard
     34  1.1  jakllsch btkbd* at bthidev? reportid ?
     35  1.1  jakllsch wskbd* at btkbd? console ? mux 1
     36  1.1  jakllsch 
     37  1.1  jakllsch # Bluetooth Apple Magic Mouse
     38  1.1  jakllsch btmagic* at bthub?
     39  1.1  jakllsch wsmouse* at btmagic? mux 0
     40  1.1  jakllsch 
     41  1.1  jakllsch # Bluetooth Audio support
     42  1.1  jakllsch btsco* at bthub?
     43  1.1  jakllsch 
     44  1.1  jakllsch # Bluetooth pseudo devices
     45  1.1  jakllsch pseudo-device	bcsp			# BlueCore Serial Protocol
     46  1.1  jakllsch pseudo-device	btuart			# Bluetooth HCI UART (H4)
     47  1.2       nat pseudo-device	bthfive			# Bluetooth HCI UART (H5)
     48