aboutsummaryrefslogtreecommitdiff
path: root/plugins/anydata
diff options
context:
space:
mode:
authorDaniele Palmas <dnlplm@gmail.com>2022-05-05 15:15:26 +0200
committerAleksander Morgado <aleksander@aleksander.es>2022-06-19 13:40:48 +0000
commit473c41dc634c9da36a1ef355f14e89cec265b6e6 (patch)
treea1036a537cf87cf0e24b75c2a0b04e51fd64adb9 /plugins/anydata
parentd6203265c2e38dc50fc7f8b3c2ce85b55937e0a4 (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/anydata')
-rw-r--r--plugins/anydata/mm-plugin-anydata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/anydata/mm-plugin-anydata.c b/plugins/anydata/mm-plugin-anydata.c
index aee34b2f..4b8f0a84 100644
--- a/plugins/anydata/mm-plugin-anydata.c
+++ b/plugins/anydata/mm-plugin-anydata.c
@@ -78,7 +78,7 @@ mm_plugin_create (void)
MM_PLUGIN_ALLOWED_SUBSYSTEMS, subsystems,
MM_PLUGIN_ALLOWED_VENDOR_IDS, vendor_ids,
MM_PLUGIN_ALLOWED_AT, TRUE,
- MM_PLUGIN_ALLOWED_QCDM, TRUE,
+ MM_PLUGIN_REQUIRED_QCDM, TRUE,
MM_PLUGIN_ALLOWED_QMI, TRUE,
NULL));
}