From 061a23ca74109f05ae71bfae12573fc76cfa1252 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 26 Feb 2012 18:34:29 -0800 Subject: [PATCH] hciattach: Add new HCI UART flags --- tools/hciattach.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/hciattach.h b/tools/hciattach.h index 29fee33d2..f8093fffa 100644 --- a/tools/hciattach.h +++ b/tools/hciattach.h @@ -41,6 +41,8 @@ #define HCI_UART_ATH3K 5 #define HCI_UART_RAW_DEVICE 0 +#define HCI_UART_RESET_ON_INIT 1 +#define HCI_UART_CREATE_AMP 2 int read_hci_event(int fd, unsigned char* buf, int size); int set_speed(int fd, struct termios *ti, int speed); -- 2.47.3