summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-09-28 16:39:58 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-09-28 16:39:58 -0500
commitddb32c99ab842e25c50368c786247604b7b32730 (patch)
treeef5580a12c48a642534816783d65e4a7a5e59c80 /drivers
parentecccf09844bbe4eb084293ffce79e3ee704761fc (diff)
downloadofono-ddb32c99ab842e25c50368c786247604b7b32730.tar.bz2
ifx: ifx_chup should send a +CHUP
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ifxmodem/voicecall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ifxmodem/voicecall.c b/drivers/ifxmodem/voicecall.c
index 0fe360be..f229905e 100644
--- a/drivers/ifxmodem/voicecall.c
+++ b/drivers/ifxmodem/voicecall.c
@@ -367,7 +367,7 @@ static void ifx_chup(struct ofono_voicecall *vc,
ofono_voicecall_cb_t cb, void *data)
{
/* Hangup active + but not held or waiting */
- ifx_template("ATH", vc, generic_cb, 0x1d, cb, data);
+ ifx_template("AT+CHUP", vc, generic_cb, 0x1d, cb, data);
}
static void ifx_hold_all_active(struct ofono_voicecall *vc,