summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gsmd/gsmd.c3
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)
personal git repositories of Harald Welte. Your mileage may vary