summaryrefslogtreecommitdiffstats
path: root/drivers/rilmodem/devinfo.c
AgeCommit message (Collapse)AuthorFilesLines
2015-11-05rilmodem: Inline query_serial and query_revisionDenis Kenzior1-31/+36
query_serial was supposed to use parse_imei functionality, but called baseband_version instead. Rework both these to use inline parsers.
2015-11-05rilmodem: Rework devinfo driverDenis Kenzior1-38/+7
Remove comments that state the obvious Remove pointless allocations / frees
2015-10-13rilmodem: driver for Android modemsTony Espy1-0/+218
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>