Diff between 48d317102ea86cfaf3aecb5444ba61e4be446db6 and 3e53b3862ca35a75b738f8d6b71e2a0118c2a04f
Changed Files
| File | Additions | Deletions | Status |
| tools/hciattach.c | +4 | -0 | modified |
Full Patch
diff --git a/tools/hciattach.c b/tools/hciattach.c
index 3e73956..d19fa33 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 }
};