From 473c41dc634c9da36a1ef355f14e89cec265b6e6 Mon Sep 17 00:00:00 2001 From: Daniele Palmas Date: Thu, 5 May 2022 15:15:26 +0200 Subject: 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. --- plugins/anydata/mm-plugin-anydata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/anydata/mm-plugin-anydata.c') 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)); } -- cgit v1.2.3-70-g09d2