Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-28 | at-serial-port: define flags by shifting bits | Aleksander Morgado | |
Otherwise glib-mkenums doesn't take the enumeration as being flags. | |||
2012-03-28 | serial-port: ensure we close the port when forcing to close it | Aleksander Morgado | |
2012-03-28 | broadband-modem: plug memleak when uppercasing storage names | Aleksander Morgado | |
2012-03-28 | broadband-modem: plug memleak when building AT command | Aleksander Morgado | |
2012-03-28 | hso: plug small memleak when building devfile | Aleksander Morgado | |
Why do we need the devfile anyway? | |||
2012-03-28 | sim: plug memleak | Aleksander Morgado | |
2012-03-28 | sim: fix completion of pin-puk check | Aleksander Morgado | |
2012-03-28 | charsets: plug memleak | Aleksander Morgado | |
2012-03-26 | option: fix loading current allowed modes | Aleksander Morgado | |
The proper command to check the current allowed modes is `AT_OPSYS?'. | |||
2012-03-26 | Revert "option: fix allowed modes response parsing" | Aleksander Morgado | |
This reverts commit 0bc824b452de45815a8b8675d2b041a5eb98cb4c. The fix is NOT to change the expected result, but to change the command itself. | |||
2012-03-26 | broadband-modem: fix error reporting in the modem initialization sequence | Aleksander Morgado | |
The initialization sequence doesn't expect any result, so `mm_base_modem_at_sequence_finish()' will actually return NULL even if there is no error. Therefore, we base the success of the sequence on the existence of a GError in the return. | |||
2012-03-26 | option: fix disabling sequence handling | Aleksander Morgado | |
This provides the proper fix for the disabling sequence, also amending the erroneous checks introduced in commit 5b10af0f. | |||
2012-03-26 | hso: skip the 10s timeout in High-Speed Option devices | Aleksander Morgado | |
Will only be applied to non-HSO Option modems. | |||
2012-03-26 | broadband-modem: use current charset when parsing operator name | Aleksander Morgado | |
2012-03-26 | mmcli: abort certain operations if modem is unlocked | Aleksander Morgado | |
Do not try to perform feature/capability specific actions if we're still unlocked, as the modem didn't yet export the feature/capability specific interface. The only interfaces expected while modem is unlocked are the Modem and Simple interfaces, as well as the SIM interface in the SIM object, of course. | |||
2012-03-26 | mmcli: fix alignment of properties in IP config output | Aleksander Morgado | |
2012-03-26 | hso: update connection status only in the bearer matching the specific CID | Aleksander Morgado | |
2012-03-26 | hso: fix segfault in bearer status update handling | Aleksander Morgado | |
2012-03-26 | option: fix reading port-specific setup file | Aleksander Morgado | |
The `physdev' stored in the probe is the sysfs path of the parent device, that owning all ports. We need to build the setup file path using the port's sysfs path instead. | |||
2012-03-26 | broadband-modem: initialize the Simple interface even if unlocked | Aleksander Morgado | |
We should be able to unlock the modem during Simple Connect(). | |||
2012-03-26 | mmcli: ensure the modem exports the Simple interface before trying to use it | Aleksander Morgado | |
2012-03-26 | plugin: bump major plugin version | Aleksander Morgado | |
The PluginBase object got modified during the new codebase development, and therefore we need to ensure that the current codebase doesn't try to load old plugins. | |||
2012-03-26 | iface-modem: do not try to set new allowed/preferred config if modem already ↵ | Aleksander Morgado | |
in there | |||
2012-03-24 | hso: probe for QCDM ports | Aleksander Morgado | |
2012-03-24 | hso: fix bearer private data handling | Aleksander Morgado | |
2012-03-24 | option: handle special 'auto' mode when setting allowed/preferred modes | Aleksander Morgado | |
2012-03-24 | option: handle response specifying automatic mode | Aleksander Morgado | |
Option modems may reply '_OPSYS: 5,2' to report automatic mode being used. | |||
2012-03-24 | iface-modem: treat ANY in allowed modes as being equal to the list of ↵ | Aleksander Morgado | |
supported modes | |||
2012-03-24 | option: fix setting allowed modes | Aleksander Morgado | |
2012-03-24 | option: no result expected in unsolicited enabling/disabling sequence | Aleksander Morgado | |
2012-03-24 | option: fix allowed modes response parsing | Aleksander Morgado | |
Expecting a `_OSSYS' reply, not `_OPSYS'. | |||
2012-03-23 | port-probe: don't probe product string if vendor string probing failed | Aleksander Morgado | |
2012-03-23 | port-probe: probed vendor/product string will be NULL when error probing | Aleksander Morgado | |
2012-03-23 | serial: fix crash when sending some commands to a closed port (lp:963102) | Dan Williams | |
If the command we're sending doesn't have a callback, don't try to call NULL. Triggered if the port got closed (because the modem crashed, or refcounting errors or whatever) with some code like this: mm_at_serial_port_queue_command (MM_AT_SERIAL_PORT (port), "+CREG=0", 3, NULL, NULL); | |||
2012-03-22 | wmc: increase estimate decapsulation buffer size | M. I. Spozta | |
(dcbw) Some packets are much larger and require a lot more escaping than we thought so we need larger buffers here to be able to handle all packets. In this case, SMS receipt. | |||
2012-03-18 | anydata: plugin fully ported | Aleksander Morgado | |
2012-03-18 | anydata: ignore several unsolicited messages | Aleksander Morgado | |
2012-03-18 | anydata: implement modem reset | Aleksander Morgado | |
2012-03-18 | anydata: get detailed CDMA1x/EVDO registration states | Aleksander Morgado | |
2012-03-18 | anydata: don't get serving system with +CSS? | Aleksander Morgado | |
2012-03-18 | anydata: start porting the AnyDATA plugin | Aleksander Morgado | |
2012-03-18 | libmm-common: new common uint/int/str parsers | Aleksander Morgado | |
2012-03-16 | iface-modem-3gpp: if already registered as requested, don't try to register ↵ | Aleksander Morgado | |
from scratch | |||
2012-03-16 | iface-modem-simple: try to skip initial steps in the Simple Connect sequence | Aleksander Morgado | |
2012-03-16 | iface-modem-simple: don't request to connect the bearer if already connected | Aleksander Morgado | |
2012-03-16 | iface-modem: if we are already unlocked, don't try to check it again | Aleksander Morgado | |
We're assuming here we are never getting locked without us knowing it. | |||
2012-03-16 | iface-modem-simple: don't call the enable() methods in the class directly | Aleksander Morgado | |
Use the new `mm_base_modem_enable()' instead, which will pass down the modem-wide cancellable to the enable() implementation. | |||
2012-03-16 | iface-modem-simple: don't assume bearer is always set | Aleksander Morgado | |
2012-03-16 | broadband-bearer: pass down cancellable to the 3gpp dialing implementation | Aleksander Morgado | |
2012-03-16 | hso,option: plugins fully ported | Aleksander Morgado | |