diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gsmd/gsmd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gsmd/gsmd.c b/src/gsmd/gsmd.c index 07c2377..9e2f7d6 100644 --- a/src/gsmd/gsmd.c +++ b/src/gsmd/gsmd.c @@ -258,6 +258,9 @@ static struct bdrt bdrts[] = { { 38400, B38400 }, { 57600, B57600 }, { 115200, B115200 }, + { 230400, B230400 }, + { 460800, B460800 }, + { 921600, B921600 }, }; static int set_baudrate(int fd, int baudrate, int hwflow) |