summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/wavecom.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/wavecom.c b/plugins/wavecom.c
index 8ac2d24e..77b7aa16 100644
--- a/plugins/wavecom.c
+++ b/plugins/wavecom.c
@@ -96,9 +96,11 @@ static int wavecom_enable(struct ofono_modem *modem)
if (!channel)
return -EIO;
- /* Could not figure out whether it is fully compliant or not */
+ /*
+ * Could not figure out whether it is fully compliant or not, use
+ * permissive for now
+ * */
syntax = g_at_syntax_new_gsm_permissive();
- //syntax = g_at_syntax_new_gsmv1();
chat = g_at_chat_new(channel, syntax);
g_at_syntax_unref(syntax);