aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2023-03-27 12:41:08 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2023-03-27 12:54:46 +0000
commite81ae2b2b10f3eb6e0191172f35f2a11a6891d58 (patch)
treebaf56a0d04382ab077b646b156763e723c771ac8 /src/plugins
parent11219ed0d88952b3ccda501f0edd4dd021d36f5a (diff)
broadmobi: no real requirement for QCDM
The supported broadmobi modules are usually QMI based and therefore very new, there is no real requirement to support QCDM based management.
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/broadmobi/mm-plugin-broadmobi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/broadmobi/mm-plugin-broadmobi.c b/src/plugins/broadmobi/mm-plugin-broadmobi.c
index 2a6502a9..a7e5efef 100644
--- a/src/plugins/broadmobi/mm-plugin-broadmobi.c
+++ b/src/plugins/broadmobi/mm-plugin-broadmobi.c
@@ -74,7 +74,7 @@ mm_plugin_create_broadmobi (void)
MM_PLUGIN_ALLOWED_SUBSYSTEMS, subsystems,
MM_PLUGIN_ALLOWED_VENDOR_IDS, vendor_ids,
MM_PLUGIN_ALLOWED_AT, TRUE,
- MM_PLUGIN_REQUIRED_QCDM, TRUE,
+ MM_PLUGIN_ALLOWED_QCDM, TRUE,
MM_PLUGIN_ALLOWED_QMI, TRUE,
NULL));
}