summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/he910.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/he910.c b/plugins/he910.c
index ce7e57be..10adf3c6 100644
--- a/plugins/he910.c
+++ b/plugins/he910.c
@@ -102,7 +102,7 @@ static GAtChat *open_device(struct ofono_modem *modem,
if (channel == NULL)
return NULL;
- syntax = g_at_syntax_new_gsmv1();
+ syntax = g_at_syntax_new_gsm_permissive();
chat = g_at_chat_new(channel, syntax);
g_at_syntax_unref(syntax);
g_io_channel_unref(channel);