From d5355b836015bbe6d4bb4b4229c2cc7c8d330d9d Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Mon, 18 Mar 2002 19:36:42 +0000 Subject: Support for Inventel devices. --- tools/hciattach.c | 3 +++ 1 file changed, 3 insertions(+) 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 } }; -- cgit