Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/bluetooth Add config(5) fragment for MI bluetooth(4)...



details:   https://anonhg.NetBSD.org/src/rev/0ba676b19dbb
branches:  trunk
changeset: 767526:0ba676b19dbb
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Wed Jul 20 22:42:59 2011 +0000

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

diffstat:

 sys/dev/bluetooth/bluetoothdevices.config |  46 +++++++++++++++++++++++++++++++
 1 files changed, 46 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r f894db0122e6 -r 0ba676b19dbb sys/dev/bluetooth/bluetoothdevices.config
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/dev/bluetooth/bluetoothdevices.config Wed Jul 20 22:42:59 2011 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index