calypso: Enable AT extended error codes

The STK driver tries to interpret the codes.
This commit is contained in:
Andrzej Zaborowski 2010-08-05 19:30:55 +02:00 committed by Denis Kenzior
parent a15296cf12
commit 8f0b5a13c1
1 changed files with 2 additions and 0 deletions

View File

@ -178,6 +178,8 @@ static void setup_modem(struct ofono_modem *modem)
g_at_chat_send(data->dlcs[i], "ATE0", NULL, NULL, NULL, NULL);
g_at_chat_send(data->dlcs[i], "AT%CUNS=0",
NULL, NULL, NULL, NULL);
g_at_chat_send(data->dlcs[i], "AT+CMEE=1",
NULL, NULL, NULL, NULL);
}
/* CSTAT tells us when SMS & Phonebook are ready to be used */