summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYang Gu <yang.gu@intel.com>2009-11-24 23:56:05 +0800
committerMarcel Holtmann <marcel@holtmann.org>2009-11-24 18:06:45 +0100
commit4bc444e9a84c451b0b52304c76466d4dfd50e7c6 (patch)
tree92abebc2ae5b761ca17b07dabab7762973930d71
parentd9acd12fae47848315e157643867ebe545c40a03 (diff)
downloadofono-4bc444e9a84c451b0b52304c76466d4dfd50e7c6.tar.bz2
Support Huawei specific terminator
-rw-r--r--plugins/huawei.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/huawei.c b/plugins/huawei.c
index 08f0e01a..e83f9c18 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);