From 596ce96eefb0a1f7feda4ecd29a49d8bc6792cf3 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 3 May 2004 13:25:14 +0000 Subject: Fix default baudrate for ST devices --- tools/hciattach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/hciattach.c b/tools/hciattach.c index 7194ad6a..3e8be20a 100644 --- a/tools/hciattach.c +++ b/tools/hciattach.c @@ -779,7 +779,7 @@ static int st(int fd, struct uart_t *u, struct termios *ti) break; default: cmd[4] = 0x10; - u->speed = 57600; + u->speed = 115200; break; } -- cgit