mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 16:24:28 +08:00
COM One PC Card support
This commit is contained in:
parent
32559b3b86
commit
eb965f147e
@ -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 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user