diff options
| -rw-r--r-- | tools/hciattach.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| 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 }  }; | 
