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 cf882b92..a7f89e21 100644 --- a/tools/hciattach.c +++ b/tools/hciattach.c @@ -547,6 +547,9 @@ struct uart_t uart[] = {  	/* Inventel BlueBird Module */  	{ "inventel", 0x0000, 0x0000, HCI_UART_H4, 115200, FLOW_CTL, NULL }, +	/* COM One Platinium Bluetooth PC Card */ +	{ "comone",   0xffff, 0x0101, HCI_UART_H4, 115200, FLOW_CTL, NULL }, +          { NULL, 0 }  }; | 
