From 79cd53450eeb6555077f7ede0b5e02a23d7bebe8 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 22 Sep 2002 23:59:17 +0000 Subject: Add HCI_PCI to the device types --- src/hci.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/hci.c b/src/hci.c index af0ffd65..dcc24666 100644 --- a/src/hci.c +++ b/src/hci.c @@ -146,6 +146,10 @@ char *hci_dtypetostr(int type) return "PCCARD"; case HCI_UART: return "UART"; + case HCI_RS232: + return "RS232"; + case HCI_PCI: + return "PCI"; default: return "UKNW"; } -- cgit