summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem
AgeCommit message (Expand)AuthorFilesLines
2010-03-31Initial implementation of the PPP gprs contextDenis Kenzior1-88/+115
2010-03-29Style: braces are not neededDenis Kenzior1-1/+1
2010-03-29Fix: Use tech reported by MBM erinfoDenis Kenzior1-0/+33
2010-03-28Fix: Handle 2 and 3 argument versions of ERINFODenis Kenzior1-3/+23
2010-03-28Move erinfo notify to atmodem netreg driverDenis Kenzior1-0/+27
2010-03-26Add phonesim vendor quirkDenis Kenzior2-0/+8
2010-03-26Add mbm vendorDenis Kenzior1-0/+1
2010-03-26Refactor: Use CIND as default strength reportingDenis Kenzior1-31/+99
2010-03-26Update atmodem gprs driver to the new APIDenis Kenzior1-10/+10
2010-02-10Fix: memory leakDenis Kenzior1-0/+5
2010-02-08Add Wavecom's quirky CPIN handlingDenis Kenzior2-7/+23
2010-02-08Refactor: Remove atutil dump_responseDenis Kenzior17-136/+0
2010-02-08Fix: Don't use ofono_debug directly in pluginsDenis Kenzior7-42/+40
2010-02-05Fix: Use snprintf instead of sprintf in atmodemDenis Kenzior12-55/+58
2010-02-04Fix: Dead AssignmentsDenis Kenzior2-6/+3
2010-02-02Fix: Ignore CBM pdus bigger than 88 bytesDenis Kenzior1-0/+5
2010-01-28Fix some leftover oudated copyrightsMarcel Holtmann1-1/+1
2010-01-25Add STE modem support for GPRS and network registrationSjur Brændeland3-3/+86
2010-01-25Add at_util_call_compare_by_id functionSjur Brændeland2-0/+15
2010-01-20Fix: Support devices with CSCB mode 0 onlyDenis Kenzior1-14/+73
2010-01-20Style: Don't go over 80 characters per lineDenis Kenzior1-2/+8
2010-01-20Add quirk for cid and lac handling for HuaweiJussi Kukkonen5-24/+70
2010-01-12Style: Trailing whitespace & extra linesDenis Kenzior1-2/+2
2010-01-01Update copyright informationMarcel Holtmann20-20/+20
2009-12-17Style: Repeat for driversDenis Kenzior2-2/+4
2009-12-17Fix: The extra 00 at the end isn't necessaryDenis Kenzior1-2/+1
2009-12-17Fix: Use capitals for hex-encoded pdusDenis Kenzior1-5/+5
2009-12-17Fix: Make sure we don't leak under any conditionsDenis Kenzior1-0/+4
2009-12-17Simplify previous patchDenis Kenzior1-20/+14
2009-12-17Implementat SIM envelope in atmodem driverDenis Kenzior1-0/+81
2009-12-10Activate Speech Service for Option devicesMarcel Holtmann1-0/+16
2009-12-10Query current state of Option specific settingsMarcel Holtmann1-0/+6
2009-12-09Use at_util_parse_reg in netreg driverDenis Kenzior1-51/+6
2009-12-09Use new at_util_parse_reg in gprs driverDenis Kenzior1-55/+8
2009-12-09Add utilities to parse CREG/CGREGDenis Kenzior2-0/+102
2009-12-09Style: Fix some remaining style issues in atmodemDenis Kenzior5-10/+12
2009-12-08Harden the CGREG parsing functionDenis Kenzior1-19/+21
2009-12-07Add experimental Option tech parsingDenis Kenzior1-0/+58
2009-12-07Add support for HSO signal quality reportingDenis Kenzior1-0/+26
2009-12-07Add Option HSO quirkDenis Kenzior1-0/+1
2009-12-07Fix: Sometimes Option modems don't return infoDenis Kenzior1-17/+23
2009-12-07Refactor: Calypso unsolicited signal strengthDenis Kenzior1-4/+9
2009-12-04Fix release clcc_source when voicecall is removedZhenhua Zhang1-0/+3
2009-12-04Refactor: Run CLCC when initializingDenis Kenzior1-56/+9
2009-12-04Update atmodem voicecall driver to new world orderDenis Kenzior1-9/+7
2009-12-04Fix: StyleDenis Kenzior1-2/+1
2009-12-04Remove: at_util callid APIs are no longer necessaryDenis Kenzior2-22/+0
2009-12-01Style: Use unsigned int instead of unsignedDenis Kenzior1-1/+1
2009-11-23Add mpty field to ofono_callZhenhua Zhang1-1/+3
2009-11-18Add CALLBACK_WITH_SUCCESSDenis Kenzior1-0/+8