aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-27build: unify compiler warningsMichael Biebl
2010-01-27build: use separate directory for m4 macrosMichael Biebl
2010-01-22misc: fix FSF address in license headersDan Williams
2010-01-19Merge commit 'origin/anydata'Dan Williams
2010-01-19release: bump version to 0.3Dan Williams
2010-01-19doc: build and completeness fixesDan Williams
2010-01-19cdma: increase data call initiation timeoutDan Williams
Some cards (Novatel S720 for example) can take a long time to start a data call if the device isn't activated on the network or the signal strength is low.
2010-01-19core: fix mm_modem_check_removed() to return errors correctlyDan Williams
Make sure all errors actually get returned, not just removal errors.
2010-01-19anydata: whitespace cleanupDan Williams
2010-01-19anydata: capture some unsolicited messagesDan Williams
2010-01-19anydata: remove unused codeDan Williams
2010-01-19cdma: allow plugins to override AT+CSS? during registration checking (rh ↵Dan Williams
#547294) Some modems key the AT+CSS? response off their 1X state, so if the modem has EVDO service but no 1X service, AT+CSS? will provide incorrect registration state information and the registration checking will end too early. Allow modems that can handle more specific registration checking to skip the AT+CSS? part.
2010-01-19anydata: add plugin for AnyData CDMA devices (rh #547294)Dan Williams
2010-01-19huawei-cdma: robustify SYSINFO parsingDan Williams
Shouldn't happen since the number of matches was already verified, but doesn't hurt to make sure we don't pass NULL to strtol().
2010-01-19sierra: prefer primary port for statusDan Williams
2010-01-19Merge commit 'origin/probe-cpin'Dan Williams
2010-01-19core: protect against modem removal in critical callbacks (rh #553953)Dan Williams
There are more places to handle, but these are the most critical. If the modem is removed while a command is in-progress, the mm-callback-info code will set info->modem to NULL. Make sure we check for that in callbacks and return a reasonable error. Previous code would just blindly forge ahead and die on a null dereference.
2010-01-18cdma: prefer primary port unless it's connectedDan Williams
2010-01-18probe: add note about Onda MT503HS (rh #551376)Dan Williams
2010-01-18build: fix 'make clean'Dan Williams
2010-01-17probe: add CPIN request during the probing process (bgo #604369)Dan Williams
Some devices (ZTE MF628) respond to everything except CPIN? with ERROR unless the PIN has been sent. Since no known CDMA devices support AT+CPIN, assume that devices that return a CPIN response are GSM devices.
2010-01-16zte: ignore SIM Build Main Menu requests (rh #551376)Dan Williams
2010-01-15longcheer: install udev rulesDan Williams
2010-01-15longcheer: don't try to use untagged ports on known devicesDan Williams
2010-01-15longcheer: new plugin for Longcheer (Alcatel etc) devices (bgo #606550)Dan Williams
Anything with vendor ID 0x1c9e really; like Alcatel X020, X030, X060s, etc. Longcheer appears to make the actual hardware that all the devices with vendor ID 0x1c9e use. You'll see it in .INF files with "CMLONG" as part of the USB interface definition. If the ports are not correctly detected, we need to get the driver's .INF files to determine what the ports should be, and add them to the udev rules file.
2010-01-12release: bump version to 0.2.998 (0.3-rc2)Dan Williams
2010-01-05test: add Gobi COPS response testcaseDan Williams
2010-01-05test: add Nokia 2720 COPS response testcaseDan Williams
2010-01-05test: add Novatel XU870 and Option GT Ultra Express COPS response testcasesDan Williams
2010-01-05test: add +COPS response testcases for E1550, MF622, and E226Dan Williams
2010-01-05test: handle various missing operator strings if the modem doesn't report themDan Williams
2010-01-05gsm: add testcase for invalid +COPS responseDan Williams
2010-01-05gsm: correctly parse Nokia N80 +COPS responseDan Williams
2010-01-05gsm: split out +COPS response parsing and add testcasesDan Williams
2010-01-01serial: prevent "hangs" by limiting EAGAIN retries on serial writesDan Williams
MM would appear to hang sometimes when writing to serial devices but in reality was just retrying the write too many times. Make the retry limit time-based so MM doesn't hang but times the attempt out instead.
2009-12-23gsm: ensure registration state is reset when disabling the modemDan Williams
2009-12-22core: implement a PropertiesChanged signal for the MMModem classDan Williams
At the moment only the Enabled property is exported.
2009-12-21core: add Enabled property to org.freedesktop.ModemManager.Modem interfaceDan Williams
2009-12-21build: don't require pppd headers to buildDan Williams
If they're not there, just ignore them and don't build the PPP-enabled bits of the test tool.
2009-12-21introspection: add missing mm-modem-gsm.xmlDan Williams
2009-12-21test: add support for static IP configured devices (ie, 'hso')Dan Williams
2009-12-20test: add ability to drive ppp for connection testsDan Williams
2009-12-20test: fix build warningDan Williams
2009-12-18sierra: fix CDMA registration detection in some casesDan Williams
It turns out that "Modem is [NOT] registered" is not a good indicator of whether the card has service or not; instead some of the AT!STATUS response is needed to really determine registration state or not.
2009-12-16zte: handle unsolicited messages during probeDan Williams
This implements the same fixes that NetworkManager's 0.7 branch implemented in commits f38ad328acfdc6ce29dd1380602c546b064161ae and 1235f71b20c92cded4abd976ccc5010649aae1a0. Many ZTE devices will spam the port with messages about waiting voicemail/SMS which buffer up and cause the device to eventually crash if not suppressed.
2009-12-16cdma: fix quality parsing if modem doesn't prepend +CSQ:Dan Williams
Which some Huawei modems (EC168C) don't do.
2009-12-16sierra: use at!pcstate on CDMA modems for power controlDan Williams
at!pcstate is what Sierra CDMA modems use instead of AT+CFUN for powering the radio on and off. It doesn't turn the modem off completely like AT+CFUN=0 does for many GSM devices though, so it's quite a lot nicer.
2009-12-11option: always pick the right data portDan Williams
This is the MM equivalent of NM commit 9d7f5b3d084eee2ccfff721c4beca3e3f34bdc50; Genuine Option NV devices are always supposed to use USB interface 0 as the modem/data port, per mail with Option engineers. Only this port will emit responses to dialing commands.
2009-12-11mbm: ensure various unsolicited responses are turned off when disablingDan Williams
If the modem wasn't connected when disable is called, the generic GSM code doesn't need to shut anything down and thus closes the serial port immediately. That means the mbm plugin's CREG=0 and CMER=0 won't get sent because the port is closed. mbm needs to ensure that it's commands actually get sent to the modem by really sending them and waiting for the response before chaining up to the parent's disable.
2009-12-11test: argument parsing and connect improvementsDan Williams