diff options
Diffstat (limited to 'tools/hciattach.c')
| -rw-r--r-- | tools/hciattach.c | 3 | 
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; | 
