aboutsummaryrefslogtreecommitdiff
path: root/plugins/pantech
AgeCommit message (Collapse)Author
2012-10-15pantech: wait up to 5s after SIM unlock before sending new commandsAleksander Morgado
Or the modem will get stuck completely.
2012-10-15pantech: create a Pantech-specific SIM objectAleksander Morgado
We'll just skip most SIM info retrieval commands based on AT+CRSM, as they seem to be unsupported.
2012-10-04libmm-glib: remove the `libmm-common.h' headerAleksander Morgado
Both the ModemManager daemon and the mmcli will now include `libmm-glib.h' only. We also handle two new special `_LIBMM_INSIDE_MM' and `LIBMM_INSIDE_MMCLI' symbols, which if included before the `libmm-glib.h' library allow us to: * Don't include the libmm-glib high level API in the ModemManager daemon, as the object names would clash with those in the core. * Define some of the methods of helper objects to be included only if compiling ModemManager daemon or the mmcli.
2012-09-05build: new `--without-qmi' configure optionAleksander Morgado
For those who don't care about the QMI support through libqmi-glib, or if you're stuck with glib 2.30 (libqmi-glib requires 2.32), this configure switch allows disabling the QMI support completely. The logic to detect cdc-wdm ports is still in place, but the QMI probing is never launched at them. Also, all QMI-related objects won't be compiled.
2012-08-29pantech: create a generic QMI Broadband Modem if at least one QMI port foundAleksander Morgado
2012-08-24api,introspection: report list of drivers, not just oneAleksander Morgado
Different ports of the same modem may get handled by different drivers. We therefore need to provide a list of drivers (new `Modem.Drivers' property with signature 'as') instead of just one (removed `Modem.Driver' property with signature 's'). $ sudo mmcli -m 0 | grep drivers | drivers: 'qcserial, qmi_wwan'
2012-08-06pantech: expect QCDM portsAleksander Morgado
2012-08-06pantech: always prefer the ttyACM port as primary AT portAleksander Morgado
2012-08-06pantech: initial dummy pluginAleksander Morgado