summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-09-29 08:32:23 +0900
committerMarcel Holtmann <marcel@holtmann.org>2010-09-29 08:32:23 +0900
commit590e154734363e045cc27537821d637c522375c5 (patch)
treea23e9eb60e6ab9c51e64bdfd8ca2d1d6b9586131 /drivers
parentba2fd65b5e18eccdbb67352a4c9500aa291de81c (diff)
downloadofono-590e154734363e045cc27537821d637c522375c5.tar.bz2
atmodem: Remove quirk for Huawei voice call support
The Huawei voice call support has its own driver now. So this quirk is no longer needed.
Diffstat (limited to 'drivers')
-rw-r--r--drivers/atmodem/voicecall.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/atmodem/voicecall.c b/drivers/atmodem/voicecall.c
index 4d39b1e5..8b438658 100644
--- a/drivers/atmodem/voicecall.c
+++ b/drivers/atmodem/voicecall.c
@@ -118,10 +118,6 @@ static struct ofono_call *create_call(struct ofono_voicecall *vc, int type,
d->calls = g_slist_insert_sorted(d->calls, call, at_util_call_compare);
- if (d->vendor == OFONO_VENDOR_HUAWEI)
- g_at_chat_send(d->chat, "AT^DDSETEX=2", none_prefix,
- NULL, NULL, NULL);
-
return call;
}