summaryrefslogtreecommitdiff
path: root/drivers/rilmodem/voicecall.h
Commit message (Collapse)AuthorAgeFilesLines
* rilmodem: fix a problem that manager_dial_callback is never calledXiaoyi Chen2021-12-161-0/+1
| | | | | | | | | | | | | This problem does not happen each time when dialing. It's only observed with some sim cards under certain network. The time sequence to reproduce the problem is: - send dial request - receive unsol event call state changed - send clcc poll request - clcc poll response (vd->cb is null here) - dial response - setup vd->cb (then it never gets called)
* rilmodem: Get rid of ril_voicecall_driver_dataDenis Kenzior2015-11-121-4/+0
|
* rilmodem: Remove auto-answering logicDenis Kenzior2015-11-121-1/+0
| | | | | This was only used for testing at the factory for a specific product. Does not belong in the driver code.
* rilmodem: driver for Android modemsTony Espy2015-10-131-0/+71
Driver for modems that are accessed through the Android Radio Interface Layer (RIL) for telephony, using the gril library. The driver is almost feature complete with some exceptions, being CBS and SAT the most prominent. Co-authored-by: Tony Espy <espy@canonical.com> Co-authored-by: Ricardo Salveti de Araujo <ricardo.salveti@canonical.com> Co-authored-by: Alfonso Sanchez-Beato <alfonso.sanchez-beato@canonical.com> Co-authored-by: Islam Amer <islam.amer@jollamobile.com> Co-authored-by: Jussi Kangas <jussi.kangas@tieto.com> Co-authored-by: Juho Hämäläinen <juho.hamalainen@tieto.com> Co-authored-by: Petri Takalokastari <petri.takalokastari@oss.tieto.com> Co-authored-by: Jarko Poutiainen <Jarko.Poutiainen@oss.tieto.com> Co-authored-by: Tommi Kenakkala <tommi.kenakkala@oss.tieto.com> Co-authored-by: Miia Leinonen <miia.leinonen@oss.tieto.com> Co-authored-by: Martti Piirainen <martti.piirainen@canonical.com> Co-authored-by: You-Sheng Yang <vicamo.yang@canonical.com>