summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem
AgeCommit message (Collapse)AuthorFilesLines
2011-08-03atmodem: The Speedup dongles send LAC and CI as unquoted stringsMarcel Holtmann1-0/+3
2011-08-03atutil: Handle empty SIM state polling request gracefullyMarcel Holtmann1-0/+3
2011-07-29atmodem: Handle SIM busy condition gracefully for phonebooksMarcel Holtmann1-8/+43
Before the phonebook is ready, the SIM card needs certain amount of time. Something between 20-30 seconds in general. So if the modem returns an error indicating the SIM is busy, then try again in regular intervals.
2011-07-29atmodem: Add Huawei specific technology reportingMarcel Holtmann1-0/+32
2011-07-29atmodem: Add Huawei specific GPRS bearer notificationsMarcel Holtmann1-2/+59
2011-07-27atmodem: Add vendor entry for SpeedUp modemsPhilippe Nunes1-0/+1
2011-07-25atmodem: Add support for Huawei network time reportsMarcel Holtmann1-1/+50
2011-07-24atmodem: Add support for NW DEACT notifications on slave channelMarcel Holtmann1-0/+40
2011-07-22atmodem: Implement generic CPIN pollingDenis Kenzior2-0/+110
2011-07-11atmodem: Request device capabilities from devinfo driverMarcel Holtmann1-14/+17
The result of the capabilities command is currently not used to identify GSM support or not. However for debugging purposes the information are part of the AT command debug log now.
2011-06-06network-registration.c: add telit supportBernhard Guillon1-5/+34
*add support for CIND=? tokens like ("signal",(0-7,99)) *add telit quirk for token encapsulation e.g. (("one",(0-7,99)),("two",(0-7,99)))
2011-06-06atmodem/vendor.h: add OFONO_VENDOR_TELITBernhard Guillon1-0/+1
2011-05-24atmodem: Update to new GAtPPP apiDenis Kenzior1-2/+2
2011-04-18ussd: Fix use of non-cloned gatchat objectDenis Kenzior1-3/+4
2011-03-30atmodem: remove redundant codeMika Liljeberg1-12/+1
2011-03-29gnss: fix broken buildOlivier Guiter1-1/+0
2011-03-28gnss: Disable piecemeal CPOSR reportingDenis Kenzior1-1/+1
2011-03-28gnss: Minor style fixDenis Kenzior1-0/+1
2011-03-28atmodem: add gnss driverJarko Poutiainen3-0/+287
2011-03-18atmodem: fix issue in time reporting with ifxJeevaka Badrappan1-0/+26
2011-03-16cbs: ignore any CBMs without a proper sizeBertrand Aygon1-2/+2
Cell Broadcasts are always fixed size, so improve PDU length check
2011-03-15atmodem: update to new gprs context interfaceMika Liljeberg1-20/+21
2011-03-11atmodem: fix PB reading when fields are omittedPaavo Leinonen1-2/+2
Fix SIM PB reading when numeric fields have been omitted.
2011-03-11voicecall: Minor nitpicks to previous commitDenis Kenzior1-7/+5
2011-03-11atmodem: implement SSN handlingAndras Domokos1-0/+61
2011-03-11ssn: remove SSN atom completelyAndras Domokos3-152/+0
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