diff options
author | Daniele Palmas <dnlplm@gmail.com> | 2022-05-05 15:15:26 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-06-19 13:40:48 +0000 |
commit | 473c41dc634c9da36a1ef355f14e89cec265b6e6 (patch) | |
tree | a1036a537cf87cf0e24b75c2a0b04e51fd64adb9 /plugins/generic/mm-plugin-generic.c | |
parent | d6203265c2e38dc50fc7f8b3c2ce85b55937e0a4 (diff) |
plugins: add MM_PLUGIN_REQUIRED_QCDM to plugins requiring QCDM
The new QCDM port probing and grabbing mechanism implements a new
property for detecting the plugins which require the QCDM port to
be probed and grabbed.
Add the property to the affected plugins.
Diffstat (limited to 'plugins/generic/mm-plugin-generic.c')
-rw-r--r-- | plugins/generic/mm-plugin-generic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/generic/mm-plugin-generic.c b/plugins/generic/mm-plugin-generic.c index 28904887..6dd37d59 100644 --- a/plugins/generic/mm-plugin-generic.c +++ b/plugins/generic/mm-plugin-generic.c @@ -100,7 +100,7 @@ mm_plugin_create (void) MM_PLUGIN_IS_GENERIC, TRUE, MM_PLUGIN_ALLOWED_SUBSYSTEMS, subsystems, MM_PLUGIN_ALLOWED_AT, TRUE, - MM_PLUGIN_ALLOWED_QCDM, TRUE, + MM_PLUGIN_REQUIRED_QCDM, TRUE, MM_PLUGIN_ALLOWED_QMI, TRUE, MM_PLUGIN_ALLOWED_MBIM, TRUE, NULL)); |