summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-08-20 16:12:06 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-08-20 16:15:11 -0500
commitbdc8d02bc86437e828d3f4eaa74f8b1d430a09e3 (patch)
treeb9e75df7777b62e2c6bf191470510684bfb129ed /drivers
parentf42e563c51e11585aaf252ed78a9b729cef3bb37 (diff)
downloadofono-bdc8d02bc86437e828d3f4eaa74f8b1d430a09e3.tar.bz2
atmodem: Default to +CHUP to hangup_all
Diffstat (limited to 'drivers')
-rw-r--r--drivers/atmodem/voicecall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atmodem/voicecall.c b/drivers/atmodem/voicecall.c
index c5d7176b..3d17b44f 100644
--- a/drivers/atmodem/voicecall.c
+++ b/drivers/atmodem/voicecall.c
@@ -871,7 +871,7 @@ static struct ofono_voicecall_driver driver = {
.remove = at_voicecall_remove,
.dial = at_dial,
.answer = at_answer,
- .hangup_active = at_hangup,
+ .hangup_all = at_hangup,
.hold_all_active = at_hold_all_active,
.release_all_held = at_release_all_held,
.set_udub = at_set_udub,