summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-09-29 08:05:41 +0900
committerMarcel Holtmann <marcel@holtmann.org>2010-09-29 08:05:41 +0900
commit5269a2f9be76bb230afd70ba8d8dd1fe80b9e4ad (patch)
treefadef4458aa6d076795814bc48de077c4f853c3f /drivers
parent4d49d0879f609e3b6ee6e45837607e2593313750 (diff)
downloadofono-5269a2f9be76bb230afd70ba8d8dd1fe80b9e4ad.tar.bz2
huaweimodem: Implement hangup_active callback and not hangup_all
Diffstat (limited to 'drivers')
-rw-r--r--drivers/huaweimodem/voicecall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/huaweimodem/voicecall.c b/drivers/huaweimodem/voicecall.c
index 56931bbb..00171e24 100644
--- a/drivers/huaweimodem/voicecall.c
+++ b/drivers/huaweimodem/voicecall.c
@@ -495,7 +495,7 @@ static struct ofono_voicecall_driver driver = {
.remove = huawei_voicecall_remove,
.dial = huawei_dial,
.answer = huawei_answer,
- .hangup_all = huawei_hangup,
+ .hangup_active = huawei_hangup,
};
void huawei_voicecall_init()