From 587fe743849609dd150666d84f8fa53cd403a70e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 23 Jun 2004 16:30:41 +0000 Subject: Add support for AmbiCom BT2000C 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 50432ec3..2024c1de 100644 --- a/tools/hciattach.c +++ b/tools/hciattach.c @@ -833,6 +833,9 @@ struct uart_t uart[] = { /* 3Com Bluetooth Card (Version 3.0) */ { "3com", 0x0101, 0x0041, HCI_UART_H4, 115200, 115200, FLOW_CTL, csr }, + /* AmbiCom BT2000C Bluetooth PC/CF Card */ + { "bt2000c", 0x022d, 0x2000, HCI_UART_H4, 57600, 460800, FLOW_CTL, csr }, + { NULL, 0 } }; -- cgit