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