Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-03-16 | hso: custom disconnection implementation | Aleksander Morgado | |
2012-03-16 | broadband-bearer: pass down CID to the 3GPP-specific disconnection logic | Aleksander Morgado | |
2012-03-16 | hso: custom IP config retrieval implementation | Aleksander Morgado | |
2012-03-16 | broadband-bearer: let subclasses handle their own IP config retrieval mechanism | Aleksander Morgado | |
Mainly given for bearers requiring static IP addresses in net ports. | |||
2012-03-16 | broadband-bearer: let subclasses know the CID being used | Aleksander Morgado | |
2012-03-16 | novatel: assume only IPv4 supported for now | Aleksander Morgado | |
2012-03-16 | hso: let modem report connection status to the bearer | Aleksander Morgado | |
Connection status notifications are unsolicited; the modem will receive them and it will forward them to the available bearer. | |||
2012-03-16 | hso: always create a HSO-specific broadband bearer | Aleksander Morgado | |
2012-03-16 | hso: setup connection sequence | Aleksander Morgado | |
2012-03-16 | broadband-bearer: ensure a result is always set | Aleksander Morgado | |
Just a convenience, as it is anyway not used afterwards. | |||
2012-03-16 | hso: new `MMBroadbandBearerHso' | Aleksander Morgado | |
Includes handling of user and password. | |||
2012-03-16 | bearer: properties are exposed before exporting the bearer object | Aleksander Morgado | |
And we let subclasses to specify which of the input properties need to be exposed. | |||
2012-03-16 | api,dbus: include `user' and `password' as properties given to Simple Connect | Aleksander Morgado | |
2012-03-16 | hso: setup ports | Aleksander Morgado | |
Only the primary port will get the OWANCALL unsolicited messages, so we only setup not to remove the echo in that specific port. | |||
2012-03-16 | hso: started porting the High-Speed Option plugin | Aleksander Morgado | |
Just skeleton for now. | |||
2012-03-16 | option: allow setting allowed/preferred modes | Aleksander Morgado | |
2012-03-16 | option: load initial allowed/preferred modes | Aleksander Morgado | |
2012-03-16 | mmcli: fix looking for unexisting SMS | Aleksander Morgado | |
We need to ensure we iterate over all modems available. |