aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-22qcdm: fix guint8 result member retrievalDan Williams
2010-02-22qcdm: add command to get MDN (ie, phone number)Dan Williams
2010-02-22qcdm: add DIAG_CMD_ESNDan Williams
2010-02-22qcdm: fix unref-ing result objectsDan Williams
2010-02-22qcdm: handle more command error responsesDan Williams
2010-02-22qcdm: fix QCDM packet decapsulationDan Williams
Rename and document the encapsulate/decapsulate functions, CRC-check the incoming packet, and make callers aware of the difference in how big the decapsulated packet is versus how many bytes they should discard from the buffer (since the decapsulated packet is at least 3 bytes shorter than the incoming packet due to the CRC + framing).
2010-02-21serial: allow file descriptor configuration to be handled by subclassesDan Williams
2010-02-20Merge remote branch 'origin/master' into qcdmDan Williams
2010-02-20policy: add missing Makefile.am and iconDan Williams
2010-02-20serial: refactor MMSerialPort into a base class and an AT-capable serial portDan Williams
For QCDM devices we want most of what MMSerialPort does, but not the AT command handling stuff since the commands and responses aren't AT commands nor are they even strings. So convert everything that MMSerialPort does into a GByteArray, and let MMAtSerialPort handle the conversion to strings when necessary.
2010-02-20core: fix memory leak on startupDan Williams
2010-02-20Merge remote branch 'origin/master' into qcdmDan Williams
2010-02-19po: add translatableDan Williams
2010-02-19policy: add basic PolicyKit authorizationsDan Williams
2010-02-19mbm: add new C3607w device IDDan Williams
2010-02-16build: add intltool support for PolicyKit policy translationsDan Williams
2010-02-16qcdm: whitespace fixesDan Williams
2010-02-16qcdm: implement command handling and minimal infrastructureDan Williams
2010-02-11huawei: ignore CSS on EVDO-capable modems (rh #553199)Dan Williams
Since CSS doesn't reliably determine EVDO-only registration state.
2010-02-09gsm: fix initial PIN checking for devices that echo by defaultDan Williams
If the modem echoed commands by default (since we may not have initialized the modem yet), the echoed command would confuse the PIN check reply parser.
2010-02-09gsm: try initial PIN check a few times in case SIM is busyDan Williams
2010-02-09sierra: ignore +PACSP0 on GSM devicesDan Williams
2010-02-08zte: quite ZUSIMR messages for PIN-enabled devices tooDan Williams
Normally this would get done by the prober, but if the device has a PIN enabled it'll reject almost all commands so the +CPMS? in the prober will fail. Thus we have to do it after we've unlocked the device.
2010-02-08test: add SE K600i COPS response testcaseDan Williams
2010-02-08qcdm: fix licensing of testcasesDan Williams
2010-02-08qcdm: add DM protocol utilities and testcasesDan Williams
Bits for CRC calculation and frame escaping/unescaping.
2010-02-03longcheer: add more port tagsDan Williams
2010-02-03longcheer: tag ChinaBird PL68 (pid 0x9000) ports (bgo #608668)Dan Williams
2010-02-02core: ignore VTsMartin Pitt
Even just walking sysfs for driver and parent devices takes time for ports we know we'll never use, so take a short-cut and save some startup time. This reduces the startup overhead to some 15%.
2010-01-31gsm: update UnlockRequired status on PIN/PUK entry resultDan Williams
2010-01-31serial: handle string CME error codes tooDan Williams
Some devices won't get to the initialization stage where we send CMEE=1 (for numeric error codes) before they return some errors, so handle the string representation of CME error codes too.
2010-01-31errors: rework error conversionDan Williams
Use the same error structure for parsing numeric and string-based errors.
2010-01-31serial: add mm_serial_port_is_open()Dan Williams
2010-01-31core: log when unlock state changesDan Williams
2010-01-31core: whitespace fixupDan Williams
2010-01-31core: check modem PIN state before exporting it (bgo #604551)Norbert Frese
And set UnlockRequired accordingly. Large cleanups and rework by dcbw.
2010-01-31core: add an UnlockRequired property that provides lock status (bgo #604551)Norbert Frese
Clients can check the property to determine lock/unlock status and thus unlock the modem before trying to connect if required. Bits of the patch by dcbw (see the bug).
2010-01-27build: update .gitignoreDan Williams
2010-01-27build: update .gitignore file for m4 macrosMichael Biebl
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