From 70bc373b28975204b08974d45213e5772a07a41e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 11 Oct 2004 09:52:09 +0000 Subject: Add support for the Zoom PCMCIA card --- tools/hciattach.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/hciattach.c') 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 } }; -- cgit