huaweimodem: Implement hangup_active callback and not hangup_all

This commit is contained in:
Marcel Holtmann 2010-09-29 08:05:41 +09:00
parent 4d49d0879f
commit 5269a2f9be
1 changed files with 1 additions and 1 deletions

View File

@ -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()