Diff between 7d103ce152956481dc68b5d35f1fef3b83305a64 and 9c0d87699f9f2fd853dd579c2ab634259bb78b24

Changed Files

File Additions Deletions Status
tools/hciattach.h +5 -0 modified

Full Patch

diff --git a/tools/hciattach.h b/tools/hciattach.h
index 2aaf075..909ada8 100644
--- a/tools/hciattach.h
+++ b/tools/hciattach.h
@@ -39,10 +39,15 @@
 #define HCI_UART_H4DS	3
 #define HCI_UART_LL	4
 #define HCI_UART_ATH3K  5
+#define HCI_UART_INTEL	6
+#define HCI_UART_BCM	7
 
 #define HCI_UART_RAW_DEVICE	0
 #define HCI_UART_RESET_ON_INIT	1
 #define HCI_UART_CREATE_AMP	2
+#define HCI_UART_INIT_PENDING	3
+#define HCI_UART_EXT_CONFIG	4
+#define HCI_UART_VND_DETECT	5
 
 int read_hci_event(int fd, unsigned char *buf, int size);
 int set_speed(int fd, struct termios *ti, int speed);