From 4c64f304383f8ee18c4df53fb648e554141f8041 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 23 Nov 2009 19:55:16 -0600 Subject: [PATCH] Fix: Try sending AT Sometimes doesn't work --- plugins/phonesim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/phonesim.c b/plugins/phonesim.c index 9463265..39a55a9 100644 --- a/plugins/phonesim.c +++ b/plugins/phonesim.c @@ -233,7 +233,7 @@ static int phonesim_enable(struct ofono_modem *modem) phonesim_disconnected, modem); if (data->calypso) { - g_at_chat_set_wakeup_command(data->chat, "\r", 1000, 5000); + g_at_chat_set_wakeup_command(data->chat, "AT\r", 1000, 5000); g_at_chat_send(data->chat, "ATE0", NULL, NULL, NULL, NULL); -- 2.7.4