summaryrefslogtreecommitdiffstats
path: root/drivers/calypsomodem
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-11-26 07:37:08 -0600
committerDenis Kenzior <denkenz@gmail.com>2009-11-26 07:44:25 -0600
commitd91c61e6213e58f9a5ffb60e1c8f169e2c46e7c5 (patch)
tree143e5324c96a156ba13e78bfc46cfbc34a6201c2 /drivers/calypsomodem
parent757c8f096cead8c91f5a9abdbb0f3edbff0da9a1 (diff)
downloadofono-d91c61e6213e58f9a5ffb60e1c8f169e2c46e7c5.tar.bz2
Fix: None of this seems necessary for the Calypso
Diffstat (limited to 'drivers/calypsomodem')
-rw-r--r--drivers/calypsomodem/voicecall.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/calypsomodem/voicecall.c b/drivers/calypsomodem/voicecall.c
index 34579683..5deae427 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;