summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-05-31 15:05:18 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-05-31 15:06:19 +0300
commit3e53b3862ca35a75b738f8d6b71e2a0118c2a04f (patch)
tree6be47cbb995e29cd6acf36943f6fe319809e60d6 /tools
parent48d317102ea86cfaf3aecb5444ba61e4be446db6 (diff)
hciattach: Add basic Three-wire UART support
Diffstat (limited to 'tools')
-rw-r--r--tools/hciattach.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/hciattach.c b/tools/hciattach.c
index 3e739568..d19fa33f 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 }
};