atmodem: Default to +CHUP to hangup_all

This commit is contained in:
Denis Kenzior 2010-08-20 16:12:06 -05:00
parent f42e563c51
commit bdc8d02bc8
1 changed files with 1 additions and 1 deletions

View File

@ -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,