summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sim900.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/sim900.c b/plugins/sim900.c
index 6cfed653..643de512 100644
--- a/plugins/sim900.c
+++ b/plugins/sim900.c
@@ -127,6 +127,7 @@ static GAtChat *open_device(struct ofono_modem *modem,
g_hash_table_insert(options, "XonXoff", "off");
g_hash_table_insert(options, "Local", "off");
g_hash_table_insert(options, "RtsCts", "off");
+ g_hash_table_insert(options, "Read", "on");
channel = g_at_tty_open(device, options);
g_hash_table_destroy(options);