From 3e53b3862ca35a75b738f8d6b71e2a0118c2a04f Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 31 May 2012 15:05:18 +0300 Subject: [PATCH] hciattach: Add basic Three-wire UART support --- tools/hciattach.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/hciattach.c b/tools/hciattach.c index 3e739568d..d19fa33fc 100644 --- a/tools/hciattach.c +++ b/tools/hciattach.c @@ -1150,6 +1150,10 @@ struct uart_t uart[] = { { "intel", 0x0000, 0x0000, HCI_UART_H4, 115200, 115200, FLOW_CTL, DISABLE_PM, NULL, intel, NULL }, + /* Three-wire UART */ + { "3wire", 0x0000, 0x0000, HCI_UART_3WIRE, 115200, 115200, + 0, DISABLE_PM, NULL, NULL, NULL }, + { NULL, 0 } }; -- 2.47.3