Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-22 | qcdm: fix guint8 result member retrieval | Dan Williams | |
2010-02-22 | qcdm: add command to get MDN (ie, phone number) | Dan Williams | |
2010-02-22 | qcdm: add DIAG_CMD_ESN | Dan Williams | |
2010-02-22 | qcdm: fix unref-ing result objects | Dan Williams | |
2010-02-22 | qcdm: handle more command error responses | Dan Williams | |
2010-02-22 | qcdm: fix QCDM packet decapsulation | Dan 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-21 | serial: allow file descriptor configuration to be handled by subclasses | Dan Williams | |
2010-02-20 | Merge remote branch 'origin/master' into qcdm | Dan Williams | |
2010-02-20 | policy: add missing Makefile.am and icon | Dan Williams | |
2010-02-20 | serial: refactor MMSerialPort into a base class and an AT-capable serial port | Dan 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-20 | core: fix memory leak on startup | Dan Williams | |
2010-02-20 | Merge remote branch 'origin/master' into qcdm | Dan Williams | |
2010-02-19 | po: add translatable | Dan Williams | |
2010-02-19 | policy: add basic PolicyKit authorizations | Dan Williams | |
2010-02-19 | mbm: add new C3607w device ID | Dan Williams | |
2010-02-16 | build: add intltool support for PolicyKit policy translations | Dan Williams | |
2010-02-16 | qcdm: whitespace fixes | Dan Williams | |
2010-02-16 | qcdm: implement command handling and minimal infrastructure | Dan Williams | |
2010-02-11 | huawei: ignore CSS on EVDO-capable modems (rh #553199) | Dan Williams | |
Since CSS doesn't reliably determine EVDO-only registration state. | |||
2010-02-09 | gsm: fix initial PIN checking for devices that echo by default | Dan 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-09 | gsm: try initial PIN check a few times in case SIM is busy | Dan Williams | |
2010-02-09 | sierra: ignore +PACSP0 on GSM devices | Dan Williams | |
2010-02-08 | zte: quite ZUSIMR messages for PIN-enabled devices too | Dan 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-08 | test: add SE K600i COPS response testcase | Dan Williams | |
2010-02-08 | qcdm: fix licensing of testcases | Dan Williams | |
2010-02-08 | qcdm: add DM protocol utilities and testcases | Dan Williams | |
Bits for CRC calculation and frame escaping/unescaping. | |||
2010-02-03 | longcheer: add more port tags | Dan Williams | |
2010-02-03 | longcheer: tag ChinaBird PL68 (pid 0x9000) ports (bgo #608668) | Dan Williams | |
2010-02-02 | core: ignore VTs | Martin 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-31 | gsm: update UnlockRequired status on PIN/PUK entry result | Dan Williams | |
2010-01-31 | serial: handle string CME error codes too | Dan 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-31 | errors: rework error conversion | Dan Williams | |
Use the same error structure for parsing numeric and string-based errors. | |||
2010-01-31 | serial: add mm_serial_port_is_open() | Dan Williams | |
2010-01-31 | core: log when unlock state changes | Dan Williams | |
2010-01-31 | core: whitespace fixup | Dan Williams | |
2010-01-31 | core: check modem PIN state before exporting it (bgo #604551) | Norbert Frese | |
And set UnlockRequired accordingly. Large cleanups and rework by dcbw. | |||
2010-01-31 | core: 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-27 | build: update .gitignore | Dan Williams | |
2010-01-27 | build: update .gitignore file for m4 macros | Michael Biebl | |
2010-01-27 | build: unify compiler warnings | Michael Biebl | |
2010-01-27 | build: use separate directory for m4 macros | Michael Biebl | |
2010-01-22 | misc: fix FSF address in license headers | Dan Williams | |
2010-01-19 | Merge commit 'origin/anydata' | Dan Williams | |
2010-01-19 | release: bump version to 0.3 | Dan Williams | |
2010-01-19 | doc: build and completeness fixes | Dan Williams | |
2010-01-19 | cdma: increase data call initiation timeout | Dan 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-19 | core: fix mm_modem_check_removed() to return errors correctly | Dan Williams | |
Make sure all errors actually get returned, not just removal errors. | |||
2010-01-19 | anydata: whitespace cleanup | Dan Williams | |
2010-01-19 | anydata: capture some unsolicited messages | Dan Williams | |
2010-01-19 | anydata: remove unused code | Dan Williams | |