summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem
AgeCommit message (Collapse)AuthorFilesLines
2011-03-02atmodem: Add MBM vendor quirk for SIM record updateMiia Leinonen1-2/+24
2011-02-14atmodem: close the list in clvl_range_queryJeevaka Badrappan1-0/+1
2011-02-05atmodem: M16 coding style fixJeevaka Badrappan1-4/+4
2011-02-05atmodem: use defined call_status enumJeevaka Badrappan1-19/+32
2011-02-01atmodem: use ofono_call initializerLucas De Marchi2-2/+6
2011-02-01atmodem: Add pin retry count support for mbmJeevaka Badrappan1-0/+46
2011-02-01atmodem: implement standard PIN retriesRémi Denis-Courmont1-0/+48
2011-01-29atmodem: fix memory leakJeevaka Badrappan1-0/+2
2011-01-29atmodem: The Gobi devices don't support SMS ACK PDUs eitherMarcel Holtmann1-0/+1
2011-01-29atmodem: remove NULL checkJeevaka Badrappan16-223/+9
2011-01-29atutil: use g_new0 for callback data memoryJeevaka Badrappan1-4/+1
2011-01-27atmodem: Add Sierra vendor quirk for SIM file readingMarcel Holtmann1-0/+1
2011-01-27atmodem: Add vendor entry for Sierra WirelessMarcel Holtmann1-0/+1
2011-01-26voicecall: remove ofono_cug_optionJeevaka Badrappan1-10/+2
2011-01-26atmodem: rename parameter according to headerLucas De Marchi1-2/+2
2011-01-22atmodem: Add support for technology reporting via CNTIMarcel Holtmann1-36/+77
2011-01-22atmodem: Add support for Gobi technology change handlingMarcel Holtmann2-0/+50
2011-01-22atmodem: The Gobi devices have CI and LAC as unqouted stringsMarcel Holtmann1-0/+2
2011-01-22atmodem: Use Qualcomm Gobi quirks for SMS, CBS and USSDMarcel Holtmann3-0/+3
2011-01-22atmodem: Use switch statements for USSD vendor quirksMarcel Holtmann1-2/+10
2011-01-22atmodem: Use switch statements for CBS vendor quirksMarcel Holtmann1-1/+6
2011-01-22atmodem: Use switch statements for SMS vendor quirksMarcel Holtmann1-13/+28
2011-01-22atmodem: Add quirk for Qualcomm Gobi modemsMarcel Holtmann1-0/+1
2011-01-20sim-auth: Add atmodem driverAndrzej Zaborowski3-0/+168
2011-01-20atmodem: Remove deregister implementationAki Niemi1-20/+0
2011-01-20atmodem: Always listen for bearer notificationsMarcel Holtmann1-14/+4
2011-01-20atmodem: packet switch bearer supportRémi Denis-Courmont1-0/+33
2011-01-19sim: Add a missing break statement just in caseDenis Kenzior1-0/+1
2011-01-19atmodem: add ifx support for pin retry countJeevaka Badrappan1-27/+69
2011-01-18voicecall: Be more explicit when copying structsDenis Kenzior1-1/+2
2011-01-18atmodem: add cdip to voicecallLucas De Marchi1-2/+59
2011-01-18atmodem: add cdip to call-settingsLucas De Marchi1-0/+26
2011-01-18atmodem: fix signal strength issue with ifxJeevaka Badrappan1-2/+2
2011-01-18atmodem: coding style fixJeevaka Badrappan1-1/+1
2011-01-13atutil: remove unused mptyJeevaka Badrappan1-1/+0
2011-01-13atmodem: fix +COLR parsingRémi Denis-Courmont1-1/+28
AT+COLR does not have a local presentation mode and thus it cannot be factored with the other commands. This partially reverts commit f2baa88d7577649358f1f8587e5a9b6aa730ca41.
2011-01-12atutil: Break out attribute parser into atutilDenis Kenzior3-39/+53
2011-01-12atmodem: M15 coding style fixJeevaka Badrappan17-67/+67
2011-01-10atmodem: Use switch statement for vendor quirksMarcel Holtmann1-2/+4
2011-01-10sim: Fix missing return in the atmodem driverDenis Kenzior1-7/+10
In some circumstances it was possible to call the callback with both failure and success
2011-01-10sim: Prefer not using _ prefix for style reasonsDenis Kenzior1-5/+5
2011-01-10atmodem: implement query for remaining pin retriesLucas De Marchi1-0/+96
Implement query method for the remaining pin retries on huawei modem.
2011-01-10atmodem: check for VENDOR_HUAWEI on sim atomLucas De Marchi1-1/+3
2010-12-26netreg: Report timezone updates if availableMarcel Holtmann1-2/+6
2010-12-16atmodem: Always poll clcc, even if cring + clipDenis Kenzior1-8/+0
Even in the case of CRING and CLIP being used, we should start a CLCC poll. This is because we must still rely on polling CLCC to detect when an incoming call has been terminated by the remote side.
2010-12-16atmodem: Fix reporting of CLIPDenis Kenzior1-1/+2
When RING & CLCC polling is used, the CLIP will not be reported correctly if the CLIP: notification does not arrive
2010-12-16atmodem: Do not re-parse CLIP / CNAPDenis Kenzior1-4/+43
These needs to be parsed once and not parsed unnecessarily once the information has been recorded
2010-12-16atmodem: Set cnap validity to not providedDenis Kenzior1-0/+1
2010-12-16atmodem: Unify COLR/CNAP/CLIP/COLP parserDenis Kenzior1-93/+22
2010-12-16atmodem: Fix parsing of CNAP statusDenis Kenzior1-2/+3