summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-10-11 09:52:09 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-10-11 09:52:09 +0000
commit70bc373b28975204b08974d45213e5772a07a41e (patch)
treeec187cad7be2c70896a071993df2387d3b29d648
parentc8c2b3ffa0c932033a5c666a49481122e58cec27 (diff)
Add support for the Zoom PCMCIA card
-rw-r--r--pcmcia/bluetooth.conf4
-rw-r--r--tools/hciattach.c3
2 files changed, 7 insertions, 0 deletions
diff --git a/pcmcia/bluetooth.conf b/pcmcia/bluetooth.conf
index bb0bb5a1..a4d03fd1 100644
--- a/pcmcia/bluetooth.conf
+++ b/pcmcia/bluetooth.conf
@@ -54,6 +54,10 @@ card "Compaq iPAQ Bluetooth Sleeve"
version "CF CARD", "GENERIC"
bind "serial_cs" class "bluetooth"
+card "Zoom Bluetooth Card"
+ version "PCMCIA", "Bluetooth Card"
+ bind "serial_cs" class "bluetooth"
+
card "Nokia Bluetooth Card"
version "Nokia Mobile Phones", "DTL-1"
diff --git a/tools/hciattach.c b/tools/hciattach.c
index a22a0b1d..d59992e1 100644
--- a/tools/hciattach.c
+++ b/tools/hciattach.c
@@ -842,6 +842,9 @@ struct uart_t uart[] = {
/* AmbiCom BT2000C Bluetooth PC/CF Card */
{ "bt2000c", 0x022d, 0x2000, HCI_UART_H4, 57600, 460800, FLOW_CTL, csr },
+ /* Zoom Bluetooth PCMCIA Card */
+ { "zoom", 0x0279, 0x950b, HCI_UART_BCSP, 115200, 115200, 0, bcsp },
+
{ NULL, 0 }
};