quectel: no real requirement for QCDM

The supported Quectel modules are usually QMI based and therefore
very new, there is no real requirement to support QCDM based
management.
This commit is contained in:
Aleksander Morgado
2023-03-27 12:43:34 +00:00
parent e81ae2b2b1
commit e5493127cd

View File

@@ -95,7 +95,7 @@ mm_plugin_create_quectel (void)
MM_PLUGIN_ALLOWED_VENDOR_IDS, vendor_ids,
MM_PLUGIN_ALLOWED_VENDOR_STRINGS, vendor_strings,
MM_PLUGIN_ALLOWED_AT, TRUE,
MM_PLUGIN_REQUIRED_QCDM, TRUE,
MM_PLUGIN_ALLOWED_QCDM, TRUE,
MM_PLUGIN_ALLOWED_QMI, TRUE,
MM_PLUGIN_ALLOWED_MBIM, TRUE,
NULL));