summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krasnyansky <maxk@qualcomm.com>2002-03-18 19:36:42 +0000
committerMax Krasnyansky <maxk@qualcomm.com>2002-03-18 19:36:42 +0000
commitd5355b836015bbe6d4bb4b4229c2cc7c8d330d9d (patch)
treea20d4fded6a8dbb80b6b6a8b19cebe5076a0d921
parent7c424c5ad20ca75f3cbd21318249f558831b29fe (diff)
Support for Inventel devices.
-rw-r--r--tools/hciattach.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/hciattach.c b/tools/hciattach.c
index a4489019..cf882b92 100644
--- a/tools/hciattach.c
+++ b/tools/hciattach.c
@@ -544,6 +544,9 @@ struct uart_t uart[] = {
/* Sphinx Electronics PICO Card */
{ "picocard", 0x025e, 0x1000, HCI_UART_H4, 115200, FLOW_CTL, NULL },
+ /* Inventel BlueBird Module */
+ { "inventel", 0x0000, 0x0000, HCI_UART_H4, 115200, FLOW_CTL, NULL },
+
{ NULL, 0 }
};