aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Mikhanchuk <ivan.mikhanchuk@quectel.com>2022-09-06 10:38:32 -0700
committerAleksander Morgado <aleksander@aleksander.es>2022-09-08 13:34:02 +0000
commitfca0e3a2f3ae88682e3959d9e7b316d1f52d9928 (patch)
tree0e16cb24c2650aa465fd6dc2f87663a778b8a123
parent484d1d065e1f37adb92451d5045a9a68fbca306c (diff)
quectel: add MM_PLUGIN_REQUIRED_QCDM flag
EM120/160 uses QCDM port for firmware updates. fwupd lists all known ports from ModemManager and uses QCDM port to reboot the modem into the firmware download mode.
-rw-r--r--plugins/quectel/mm-plugin-quectel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/quectel/mm-plugin-quectel.c b/plugins/quectel/mm-plugin-quectel.c
index 28f78ad5..80e1b74d 100644
--- a/plugins/quectel/mm-plugin-quectel.c
+++ b/plugins/quectel/mm-plugin-quectel.c
@@ -97,7 +97,7 @@ mm_plugin_create (void)
MM_PLUGIN_ALLOWED_VENDOR_IDS, vendor_ids,
MM_PLUGIN_ALLOWED_VENDOR_STRINGS, vendor_strings,
MM_PLUGIN_ALLOWED_AT, TRUE,
- MM_PLUGIN_ALLOWED_QCDM, TRUE,
+ MM_PLUGIN_REQUIRED_QCDM, TRUE,
MM_PLUGIN_ALLOWED_QMI, TRUE,
MM_PLUGIN_ALLOWED_MBIM, TRUE,
NULL));