diff options
| author | Max Krasnyansky <maxk@qualcomm.com> | 2002-03-19 05:37:10 +0000 | 
|---|---|---|
| committer | Max Krasnyansky <maxk@qualcomm.com> | 2002-03-19 05:37:10 +0000 | 
| commit | eb965f147eaa15028d1abca397a6dc49c55d7868 (patch) | |
| tree | 7b756bbd2a05818b1b5a8e3faf968495af389c51 | |
| parent | 32559b3b86ab361d50d27b5a0accb8eb2eed88ad (diff) | |
COM One PC Card support
| -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 }  }; | 
