From: Denis Kenzior Date: Thu, 26 Nov 2009 13:37:08 +0000 (-0600) Subject: Fix: None of this seems necessary for the Calypso X-Git-Tag: 0.12~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d91c61e6213e58f9a5ffb60e1c8f169e2c46e7c5;p=platform%2Fupstream%2Fofono.git Fix: None of this seems necessary for the Calypso --- diff --git a/drivers/calypsomodem/voicecall.c b/drivers/calypsomodem/voicecall.c index 3457968..5deae42 100644 --- a/drivers/calypsomodem/voicecall.c +++ b/drivers/calypsomodem/voicecall.c @@ -391,11 +391,7 @@ static int calypso_voicecall_probe(struct ofono_voicecall *vc, unsigned int vend ofono_voicecall_set_data(vc, vd); - g_at_chat_send(chat, "AT%CPI=3", NULL, NULL, NULL, NULL); - g_at_chat_send(chat, "AT+CLIP=1", NULL, NULL, NULL, NULL); - g_at_chat_send(chat, "AT+COLP=0", NULL, NULL, NULL, NULL); - g_at_chat_send(chat, "AT+CSSN=1,1", NULL, NULL, NULL, NULL); - g_at_chat_send(chat, "AT+CCWA=1", NULL, + g_at_chat_send(chat, "AT%CPI=3", NULL, calypso_voicecall_initialized, vc, NULL); return 0;