From 0d2a9a83a7dad08238eb97794d92a6e135f386fe Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 11 Aug 2015 04:25:56 +0200 Subject: [PATCH] tools: Add identifier for Qualcomm Atheros UART devices --- tools/btattach.c | 1 + tools/hciattach.h | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/btattach.c b/tools/btattach.c index a9b892f88..3530774af 100644 --- a/tools/btattach.c +++ b/tools/btattach.c @@ -212,6 +212,7 @@ static const struct { { "ath3k", HCI_UART_ATH3K }, { "intel", HCI_UART_INTEL }, { "bcm", HCI_UART_BCM }, + { "qca", HCI_UART_QCA }, { } }; diff --git a/tools/hciattach.h b/tools/hciattach.h index 909ada871..4279a3361 100644 --- a/tools/hciattach.h +++ b/tools/hciattach.h @@ -41,6 +41,7 @@ #define HCI_UART_ATH3K 5 #define HCI_UART_INTEL 6 #define HCI_UART_BCM 7 +#define HCI_UART_QCA 8 #define HCI_UART_RAW_DEVICE 0 #define HCI_UART_RESET_ON_INIT 1 -- 2.47.3