From: "Gustavo F. Padovan" <[email protected]>
---
plugins/telit.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/plugins/telit.c b/plugins/telit.c
index 0c8061f..467a7b6 100644
--- a/plugins/telit.c
+++ b/plugins/telit.c
@@ -350,6 +350,8 @@ static int telit_sap_open(struct ofono_modem *modem)
memset(&ti, 0, sizeof(ti));
cfmakeraw(&ti);
+ ti.c_cflag |= (B115200 | CLOCAL | CREAD);
+
tcflush(fd, TCIOFLUSH);
if (tcsetattr(fd, TCSANOW, &ti) < 0) {
close(fd);
--
1.7.6.2
_______________________________________________
ofono mailing list
[email protected]
http://lists.ofono.org/listinfo/ofono