ofono/drivers/huaweimodem
Jarkko Lehtoranta 8b11ee67d7 huaweimodem: Fix AT^DDSETEX=2 timing for voice calls
Voice output serial port is enabled on some Huawei models (e.g. E169)
without problems, but for example on E173u-2 it is never enabled
during an incoming call. There might also be other Huawei models
having the same issue.

I traced the issue down to "^DDSETEX" AT command, which is used
to notify the device to start streaming audio. It seems that Ofono
sends this command too early on incoming calls. The command should
always be sent *after* the dial "D" or answer "A" command. The patch
fixes this behavior and afterwards voice will also work on E173u-2.
2012-03-24 11:50:34 -07:00
..
audio-settings.c drivers: Update copyright information 2011-10-10 13:39:48 -07:00
cdma-netreg.c huaweimodem: Move CDMA network registration into default driver 2012-01-06 19:53:23 -08:00
gprs-context.c drivers: Update copyright information 2011-10-10 13:39:48 -07:00
huaweimodem.c huaweimodem: Add support for USSD 8-bit PDU mode 2012-01-12 06:02:16 +01:00
huaweimodem.h huaweimodem: Add support for USSD 8-bit PDU mode 2012-01-12 06:02:16 +01:00
radio-settings.c drivers: Update copyright information 2011-10-10 13:39:48 -07:00
ussd.c huaweimodem: Reset errors for USSD cancel operation 2012-01-12 06:25:36 +01:00
voicecall.c huaweimodem: Fix AT^DDSETEX=2 timing for voice calls 2012-03-24 11:50:34 -07:00