summaryrefslogtreecommitdiff
path: root/tools/btattach.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2016-08-16 10:06:01 +0200
committerMarcel Holtmann <marcel@holtmann.org>2016-08-16 14:18:30 +0200
commit0424c6724cd08211706979d370ad21c358df86c3 (patch)
tree7119278afedcef7c111b2d6d79b455016d757493 /tools/btattach.c
parentda3cd9ad24632a88ac212afef61ee883205bc94e (diff)
downloadbluez-0424c6724cd08211706979d370ad21c358df86c3.tar.gz
tools: Add definition for Intel AG6xx UART devices
Diffstat (limited to 'tools/btattach.c')
-rw-r--r--tools/btattach.c1
1 files changed, 1 insertions, 0 deletions
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 },
{ }
};