From 55682f4240f0854ea60d53314fc0c471d1e146b2 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 19 Mar 2003 21:17:46 +0000 Subject: Add 921600 bps for Ericsson modules --- tools/hciattach.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/hciattach.c b/tools/hciattach.c index 6959a006..15a9d367 100644 --- a/tools/hciattach.c +++ b/tools/hciattach.c @@ -173,6 +173,9 @@ static int ericsson(int fd, struct uart_t *u, struct termios *ti) case 460800: cmd[4] = 0x00; break; + case 921600: + cmd[4] = 0x20; + break; default: cmd[4] = 0x03; u->speed = 57600; -- cgit