Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-03 | build: move plugins directory to src/plugins | Aleksander Morgado | |
We are going to allow including the plugin sources built within the ModemManager daemon binary; moving the sources within the daemon sources directory makes it easier. | |||
2019-10-11 | simtech: keep access tech URC regex in private struct | Aleksander Morgado | |
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: new `MMBroadbandModemSimtech' object | Aleksander Morgado | |