summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2003-03-19 21:17:46 +0000
committerMarcel Holtmann <marcel@holtmann.org>2003-03-19 21:17:46 +0000
commit55682f4240f0854ea60d53314fc0c471d1e146b2 (patch)
treeb3b2d1beb60cb65ad86c8bfb45b89b8b2d9f9496
parenta8b6c0b9d190457f40f30147fe70ef0f8467a60b (diff)
Add 921600 bps for Ericsson modules
-rw-r--r--tools/hciattach.c3
1 files changed, 3 insertions, 0 deletions
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;