patch-2.4.27 linux-2.4.27/drivers/bluetooth/hci_uart.h

Next file: linux-2.4.27/drivers/bluetooth/hci_usb.c
Previous file: linux-2.4.27/drivers/bluetooth/hci_ldisc.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.26/drivers/bluetooth/hci_uart.h linux-2.4.27/drivers/bluetooth/hci_uart.h
@@ -35,11 +35,12 @@
 #define HCIUARTGETPROTO	_IOR('U', 201, int)
 
 /* UART protocols */
-#define HCI_UART_MAX_PROTO	3
+#define HCI_UART_MAX_PROTO	4
 
 #define HCI_UART_H4	0
 #define HCI_UART_BCSP	1
-#define HCI_UART_NCSP	2
+#define HCI_UART_3WIRE	2
+#define HCI_UART_H4DS	3
 
 #ifdef __KERNEL__
 struct hci_uart;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)