summaryrefslogtreecommitdiff
path: root/src/mm-generic-cdma.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-03cdma: fixes for libqcdm changesDan Williams1-24/+34
2011-12-07core: don't crash on error if response is NULLDan Williams1-2/+3
2011-11-30cdma: free one more GErrorJiří Klimeš1-0/+1
2011-11-30gsm/cdma: free up a couple of dangling GErrorsNathan Williams1-0/+1
2011-08-30gsm/cdma: unsigned integers can't be < 0, so remove unnecessary conditionsAleksander Morgado1-1/+1
2011-07-25cdma: don't blow away generic EVDO reg state if no specific state is availableDan Williams1-4/+10
2011-07-19cdma: set Rm interface protocol if required (bgo #641661)Dan Williams1-3/+150
2011-06-05core, plugins: if modem removed don't process responseAleksander Morgado1-27/+90
2011-01-23core: rework loggingDan Williams1-3/+4
2011-01-05cdma: update reg state to HOME based on SPERI responseDan Williams1-3/+10
2011-01-04cdma: fix segfault by handling MEID propertyDan Williams1-0/+9
2011-01-04cdma: fix CDMA registration state retrieval on single AT port devicesDan Williams1-2/+13
2010-10-22core: use hardware IDs as part of DeviceIdentifierDan Williams1-1/+5
2010-10-21core: add DeviceIdentifier propertyDan Williams1-0/+44
2010-10-14cdma: clear error when getting state if no AT port is availableDan Williams1-0/+1
2010-09-01cdma: consolidate some code by ignoring +CMEE resultDan Williams1-25/+11
2010-08-06cdma: determine EVDO registration even when in 1X modeDan Williams1-40/+109
2010-07-02novatel: detect CDMA home/roaming statusDan Williams1-0/+9
2010-06-22core: EquipmentIdentity -> EquipmentIdentifierDan Williams1-1/+1
2010-06-22cdma: implement EquipmentIdentity for CDMA devicesDan Williams1-1/+42
2010-05-18cdma: return numeric ERI tooDan Williams1-1/+1
2010-05-18cdma: make ERI parsing genericDan Williams1-1/+3
2010-05-04gsm/cdma: fix data port assignment (rh #587400)Dan Williams1-4/+10
2010-04-29core: refcount serial port open/closeDan Williams1-3/+3
2010-04-24core: flash failure on disconnect shouldn't be a hard error (rh #578280)Dan Williams1-3/+3
2010-04-24cdma: prevent crash on modem removal (rh #571921)Dan Williams1-4/+4
2010-04-05cdma: fix subclass registration state checking in error paths (rh #569067)Dan Williams1-67/+101
2010-04-05cdma: clean up periodic poll start/stopDan Williams1-22/+5
2010-04-05cdma: periodically poll registration state and qualityDan Williams1-8/+62
2010-03-30cdma: use best active pilot EC/IO for signal strength when connectedDan Williams1-4/+77
2010-03-30cdma: use DM for serving system if possibleDan Williams1-13/+72
2010-03-23cdma: use DM Call Manager for registration status if availableDan Williams1-2/+82
2010-03-23core: grab probed QCDM ports for plugins where they are usefulDan Williams1-3/+23
2010-03-22cdma: check SPSERVICE and SPERI when getting registration stateDan Williams1-25/+105
2010-03-21cdma: check for +SPSERVICE and $SPERIDan Williams1-0/+26
2010-03-19core: have modem base class handle card informationDan Williams1-94/+21
2010-03-16cdma: simplify finding the right serial port for commandsDan Williams1-64/+65
2010-03-12Merge remote branch 'origin/master' into qcdmDan Williams1-0/+2
2010-03-12cdma: make previous state tag privateDan Williams1-0/+2
2010-03-12Merge remote branch 'origin/master' into qcdmDan Williams1-10/+20
2010-03-12cdma: fix Simple.GetStatus to actually workDan Williams1-7/+17
2010-03-12cdma: use E1 parser to ignore re-echoed commandsDan Williams1-3/+3
2010-03-10Merge remote branch 'origin/master' into qcdmDan Williams1-0/+3
2010-03-09cdma: tell the modem we're using XON/XOFF tooDan Williams1-0/+3
2010-02-20serial: refactor MMSerialPort into a base class and an AT-capable serial portDan Williams1-47/+47
2010-01-19Merge commit 'origin/anydata'Dan Williams1-17/+56
2010-01-19cdma: increase data call initiation timeoutDan Williams1-1/+1
2010-01-19cdma: allow plugins to override AT+CSS? during registration checking (rh #547...Dan Williams1-17/+56
2010-01-19core: protect against modem removal in critical callbacks (rh #553953)Dan Williams1-36/+41
2010-01-18cdma: prefer primary port unless it's connectedDan Williams1-54/+65