From c0c682d5c04f1e1b75c624e26c44c9f11e07b44b Mon Sep 17 00:00:00 2001 From: João Paulo Rechi Vita Date: Thu, 18 Mar 2010 17:45:31 -0300 Subject: huawei: use GSM permissive parser instead of V1. With V1 parser the driver fails to detect when a SMS is successfully sent and keeps re-trying until Max retries. --- plugins/huawei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/huawei.c b/plugins/huawei.c index 14924462..41ad6361 100644 --- a/plugins/huawei.c +++ b/plugins/huawei.c @@ -107,7 +107,7 @@ static int huawei_enable(struct ofono_modem *modem) if (!channel) return -EIO; - syntax = g_at_syntax_new_gsmv1(); + syntax = g_at_syntax_new_gsm_permissive(); data->chat = g_at_chat_new(channel, syntax); g_at_syntax_unref(syntax); g_io_channel_unref(channel); -- cgit v1.2.3