summaryrefslogtreecommitdiff
path: root/tools/btattach.c
diff options
context:
space:
mode:
authorLoic Poulain <loic.poulain@intel.com>2016-09-20 09:10:18 +0200
committerMarcel Holtmann <marcel@holtmann.org>2016-09-26 09:15:30 +0200
commit087403e6b6c703959b7dc70590707aa1a84ba58a (patch)
tree18481025145cd9ae259ec95615eb87a159fd2556 /tools/btattach.c
parent3d117bc965529e2729fd54249f51a0b66bead17b (diff)
downloadbluez-087403e6b6c703959b7dc70590707aa1a84ba58a.tar.gz
tools: Add identifier for Nokia 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 30d5d52fc..44747c4cc 100644
--- a/tools/btattach.c
+++ b/tools/btattach.c
@@ -218,6 +218,7 @@ static const struct {
{ "bcm", HCI_UART_BCM },
{ "qca", HCI_UART_QCA },
{ "ag6xx", HCI_UART_AG6XX },
+ { "nokia", HCI_UART_NOKIA },
{ }
};