All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] tools: Add identifier for Nokia UART devices
@ 2016-09-20  7:10 Loic Poulain
  2016-09-20  7:10 ` [PATCH 2/2] tools: Add identifier for Marvell " Loic Poulain
  2016-09-26  7:16 ` [PATCH 1/2] tools: Add identifier for Nokia " Marcel Holtmann
  0 siblings, 2 replies; 4+ messages in thread
From: Loic Poulain @ 2016-09-20  7:10 UTC (permalink / raw)
  To: johan.hedberg, marcel; +Cc: linux-bluetooth, Loic Poulain

---
 tools/btattach.c  | 1 +
 tools/hciattach.h | 1 +
 2 files changed, 2 insertions(+)

diff --git a/tools/btattach.c b/tools/btattach.c
index 30d5d52..44747c4 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 },
 	{ }
 };
 
diff --git a/tools/hciattach.h b/tools/hciattach.h
index 3d25f59..1709253 100644
--- a/tools/hciattach.h
+++ b/tools/hciattach.h
@@ -43,6 +43,7 @@
 #define HCI_UART_BCM	7
 #define HCI_UART_QCA	8
 #define HCI_UART_AG6XX	9
+#define HCI_UART_NOKIA	10
 
 #define HCI_UART_RAW_DEVICE	0
 #define HCI_UART_RESET_ON_INIT	1
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-09-26  7:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-20  7:10 [PATCH 1/2] tools: Add identifier for Nokia UART devices Loic Poulain
2016-09-20  7:10 ` [PATCH 2/2] tools: Add identifier for Marvell " Loic Poulain
2016-09-26  7:16   ` Marcel Holtmann
2016-09-26  7:16 ` [PATCH 1/2] tools: Add identifier for Nokia " Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.