Skip to content

WIP: Make ModemManager activate when needed and drop off when unneeded

Lubomir Rintel requested to merge NetworkManager/ModemManager:lr/activation into main

Hi,

the aim of this patch set is to make better decisions about when ModemManager should be around. To achieve that, it makes ModemManager bus-activatable, and also activate where there's ID_MM_CANDIDATE.

For this to work well we need to

1.) make better decisions about marking things ID_MM_CANDIDATE 2.) activate ModemManager when clients such as mmcli try to talk to it 3.) drop off when unneeded

Lubo

Edited by Aleksander Morgado

Merge request reports