summaryrefslogtreecommitdiffstats
path: root/tools/hciattach.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2003-08-27 09:55:43 +0000
committerMarcel Holtmann <marcel@holtmann.org>2003-08-27 09:55:43 +0000
commit4e2dd78121a7c16836a1e28b6f545e4dd9c2d596 (patch)
treea2494bad5262d50a7615bbe26caaa60c887d3fd2 /tools/hciattach.c
parent6b410af5c3e83f36ed8b5a620f1ab3029a271058 (diff)
Support for 3Com card version 3.0
Diffstat (limited to 'tools/hciattach.c')
-rw-r--r--tools/hciattach.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/hciattach.c b/tools/hciattach.c
index 05230d3c..5e33c97e 100644
--- a/tools/hciattach.c
+++ b/tools/hciattach.c
@@ -764,6 +764,9 @@ struct uart_t uart[] = {
/* Socket Bluetooth CF Card (Rev G) */
{ "socket", 0x0104, 0x0096, HCI_UART_BCSP, 230400, 230400, 0, bcsp },
+ /* 3Com Bluetooth Card (Version 3.0) */
+ { "3com", 0x0101, 0x0041, HCI_UART_H4, 115200, 115200, FLOW_CTL, csr },
+
{ NULL, 0 }
};