linktop: power up the modem in 'offline' state

This commit is contained in:
Amit Mendapara 2011-02-16 02:34:32 +05:30 committed by Denis Kenzior
parent 150d27d698
commit 163e98ac06
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ static int linktop_enable(struct ofono_modem *modem)
g_at_chat_send(data->modem, "AT &F", none_prefix,
NULL, NULL, NULL);
g_at_chat_send(data->control, "AT+CFUN=1", none_prefix,
g_at_chat_send(data->control, "AT+CFUN=4", none_prefix,
cfun_enable, modem, NULL);
return -EINPROGRESS;