COM One PC Card support

This commit is contained in:
Max Krasnyansky 2002-03-19 05:37:10 +00:00
parent 32559b3b86
commit eb965f147e

View File

@ -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 }
};