From 4bc444e9a84c451b0b52304c76466d4dfd50e7c6 Mon Sep 17 00:00:00 2001 From: Yang Gu Date: Tue, 24 Nov 2009 23:56:05 +0800 Subject: [PATCH] Support Huawei specific terminator --- plugins/huawei.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/huawei.c b/plugins/huawei.c index 08f0e01..e83f9c1 100644 --- a/plugins/huawei.c +++ b/plugins/huawei.c @@ -107,6 +107,7 @@ static int huawei_enable(struct ofono_modem *modem) syntax = g_at_syntax_new_gsmv1(); data->chat = g_at_chat_new(channel, syntax); + g_at_chat_add_terminator(data->chat, "COMMAND NOT SUPPORT", -1, FALSE); g_at_syntax_unref(syntax); g_io_channel_unref(channel); -- 2.7.4