diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2023-03-27 12:41:08 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2023-03-27 12:54:46 +0000 |
commit | e81ae2b2b10f3eb6e0191172f35f2a11a6891d58 (patch) | |
tree | baf56a0d04382ab077b646b156763e723c771ac8 /src | |
parent | 11219ed0d88952b3ccda501f0edd4dd021d36f5a (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')
-rw-r--r-- | src/plugins/broadmobi/mm-plugin-broadmobi.c | 2 |
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)); } |