Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-04 | libmm-glib: remove the `libmm-common.h' header | Aleksander 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-08-24 | api,introspection: report list of drivers, not just one | Aleksander 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-04-14 | simtech: implement custom allowed/preferred mode setting | Aleksander Morgado | |
2012-04-14 | simtech: implement custom allowed/preferred mode loading | Aleksander Morgado | |
2012-04-14 | simtech: implement custom access technology loading | Aleksander Morgado | |
2012-04-14 | simtech: implement custom unsolicited events enabling/disabling | Aleksander Morgado | |
2012-04-14 | simtech: implement custom unsolicited events setup/cleanup | Aleksander Morgado | |
2012-04-14 | simtech: new `MMBroadbandModemSimtech' object | Aleksander Morgado | |