aboutsummaryrefslogtreecommitdiff
path: root/plugins/via/mm-plugin-via.c
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/via/mm-plugin-via.c
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/via/mm-plugin-via.c')
-rw-r--r--plugins/via/mm-plugin-via.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/via/mm-plugin-via.c b/plugins/via/mm-plugin-via.c
index 8f3da5bf..b1939092 100644
--- a/plugins/via/mm-plugin-via.c
+++ b/plugins/via/mm-plugin-via.c
@@ -66,6 +66,7 @@ mm_plugin_create (void)
MM_PLUGIN_ALLOWED_SUBSYSTEMS, subsystems,
MM_PLUGIN_ALLOWED_PRODUCT_STRINGS, product_strings,
MM_PLUGIN_ALLOWED_AT, TRUE,
+ MM_PLUGIN_REQUIRED_QCDM, TRUE,
NULL));
}