From 1442b0af46b9743383c57e7020ffc34855fcdd98 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 20 Apr 2010 11:53:02 -0500 Subject: wavecom: Trivial comment update --- plugins/wavecom.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'plugins/wavecom.c') 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); -- cgit v1.2.3