summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-09-30 00:21:23 +0900
committerMarcel Holtmann <marcel@holtmann.org>2010-09-30 00:21:23 +0900
commitfb864c91c01986b6fd4e090db75d04ba038e25d3 (patch)
treea36e1c25db76cf2239e0687f3bf43adde8c8c36a /drivers
parent0a71c6686f08c61291868e856a28e5e6817c0566 (diff)
downloadofono-fb864c91c01986b6fd4e090db75d04ba038e25d3.tar.bz2
ifxmodem: Remove setting of XPROGRESS notifications
The XPROGRESS notifcations are now handled inside an Infineon specific audio settings driver. So no need to do that in the the voice call driver as well.
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ifxmodem/voicecall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ifxmodem/voicecall.c b/drivers/ifxmodem/voicecall.c
index f229905e..efc90dbb 100644
--- a/drivers/ifxmodem/voicecall.c
+++ b/drivers/ifxmodem/voicecall.c
@@ -703,11 +703,11 @@ static int ifx_voicecall_probe(struct ofono_voicecall *vc, unsigned int vendor,
ofono_voicecall_set_data(vc, vd);
+ g_at_chat_send(chat, "AT+XCALLSTAT=1", none_prefix, NULL, NULL, NULL);
+
g_at_chat_send(vd->chat, "AT+CRC=1", none_prefix, NULL, NULL, NULL);
g_at_chat_send(vd->chat, "AT+CLIP=1", none_prefix, NULL, NULL, NULL);
g_at_chat_send(vd->chat, "AT+COLP=1", none_prefix, NULL, NULL, NULL);
- g_at_chat_send(chat, "AT+XCALLSTAT=1", none_prefix, NULL, NULL, NULL);
- g_at_chat_send(chat, "AT+XPROGRESS=1", none_prefix, NULL, NULL, NULL);
g_at_chat_send(vd->chat, "AT+CCWA=1", none_prefix,
ifx_voicecall_initialized, vc, NULL);