Module Name:    src
Committed By:   jakllsch
Date:           Wed Jul 20 22:42:59 UTC 2011

Added Files:
        src/sys/dev/bluetooth: bluetoothdevices.config

Log Message:
Add config(5) fragment for MI bluetooth(4) drivers.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/dev/bluetooth/bluetoothdevices.config

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/sys/dev/bluetooth/bluetoothdevices.config
diff -u /dev/null src/sys/dev/bluetooth/bluetoothdevices.config:1.1
--- /dev/null	Wed Jul 20 22:42:59 2011
+++ src/sys/dev/bluetooth/bluetoothdevices.config	Wed Jul 20 22:42:59 2011
@@ -0,0 +1,46 @@
+# $NetBSD: bluetoothdevices.config,v 1.1 2011/07/20 22:42:59 jakllsch Exp $
+#
+# Bluetooth devices for config(5) file inclusion.
+
+# Bluetooth Controller and Device support
+
+# Bluetooth PCMCIA Controllers
+#bt3c* at pcmcia? function ?		# 3Com 3CRWB6096-A
+#btbc* at pcmcia? function ?		# AnyCom BlueCard LSE041/039/139
+
+# Bluetooth SDIO Controller
+#sbt* at sdmmc?
+
+# Bluetooth USB Controllers
+#ubt* at uhub? port ?
+
+# Bluetooth Device Hub
+#bthub* at bcsp?
+#bthub* at bt3c?
+#bthub* at btbc?
+#bthub* at btuart?
+#bthub* at sbt?
+#bthub* at ubt?
+
+
+# Bluetooth HID support
+bthidev* at bthub?
+
+# Bluetooth Mouse
+btms* at bthidev? reportid ?
+wsmouse* at btms? mux 0
+
+# Bluetooth Keyboard
+btkbd* at bthidev? reportid ?
+wskbd* at btkbd? console ? mux 1
+
+# Bluetooth Apple Magic Mouse
+btmagic* at bthub?
+wsmouse* at btmagic? mux 0
+
+# Bluetooth Audio support
+btsco* at bthub?
+
+# Bluetooth pseudo devices
+pseudo-device	bcsp			# BlueCore Serial Protocol
+pseudo-device	btuart			# Bluetooth HCI UART (H4)

Reply via email to