summaryrefslogtreecommitdiffstats
path: root/plugins/wavecom.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-04-20 11:53:02 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-04-20 11:54:25 -0500
commit1442b0af46b9743383c57e7020ffc34855fcdd98 (patch)
tree985ef0327b15c8d80a8f934ad43e8db4403af0f6 /plugins/wavecom.c
parent9d58e01d96758819c709cd195ced3040b36478a3 (diff)
downloadofono-1442b0af46b9743383c57e7020ffc34855fcdd98.tar.bz2
wavecom: Trivial comment update
Diffstat (limited to 'plugins/wavecom.c')
-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);