From 4e2dd78121a7c16836a1e28b6f545e4dd9c2d596 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 27 Aug 2003 09:55:43 +0000 Subject: Support for 3Com card version 3.0 --- 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 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 } }; -- cgit