From 0424c6724cd08211706979d370ad21c358df86c3 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 16 Aug 2016 10:06:01 +0200 Subject: [PATCH] tools: Add definition for Intel AG6xx 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 ec63ec948..c3c8d7915 100644 --- a/tools/btattach.c +++ b/tools/btattach.c @@ -217,6 +217,7 @@ static const struct { { "intel", HCI_UART_INTEL }, { "bcm", HCI_UART_BCM }, { "qca", HCI_UART_QCA }, + { "ag6xx", HCI_UART_AG6XX }, { } }; diff --git a/tools/hciattach.h b/tools/hciattach.h index 4279a3361..3d25f59ab 100644 --- a/tools/hciattach.h +++ b/tools/hciattach.h @@ -42,6 +42,7 @@ #define HCI_UART_INTEL 6 #define HCI_UART_BCM 7 #define HCI_UART_QCA 8 +#define HCI_UART_AG6XX 9 #define HCI_UART_RAW_DEVICE 0 #define HCI_UART_RESET_ON_INIT 1 -- 2.47.3