diff options
author | Daniele Palmas <dnlplm@gmail.com> | 2022-05-05 15:15:26 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-06-19 13:40:48 +0000 |
commit | 473c41dc634c9da36a1ef355f14e89cec265b6e6 (patch) | |
tree | a1036a537cf87cf0e24b75c2a0b04e51fd64adb9 /plugins/novatel/mm-plugin-novatel.c | |
parent | d6203265c2e38dc50fc7f8b3c2ce85b55937e0a4 (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/novatel/mm-plugin-novatel.c')
-rw-r--r-- | plugins/novatel/mm-plugin-novatel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/novatel/mm-plugin-novatel.c b/plugins/novatel/mm-plugin-novatel.c index 1c38c447..c17f6a9a 100644 --- a/plugins/novatel/mm-plugin-novatel.c +++ b/plugins/novatel/mm-plugin-novatel.c @@ -94,7 +94,7 @@ mm_plugin_create (void) MM_PLUGIN_FORBIDDEN_PRODUCT_IDS, forbidden_products, MM_PLUGIN_ALLOWED_AT, TRUE, MM_PLUGIN_CUSTOM_INIT, &custom_init, - MM_PLUGIN_ALLOWED_QCDM, TRUE, + MM_PLUGIN_REQUIRED_QCDM, TRUE, MM_PLUGIN_ALLOWED_QMI, TRUE, NULL)); } |