From 590e154734363e045cc27537821d637c522375c5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 29 Sep 2010 08:32:23 +0900 Subject: [PATCH] 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. --- drivers/atmodem/voicecall.c | 4 ---- 1 file changed, 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; }