aboutsummaryrefslogtreecommitdiff
path: root/plugins/gobi/mm-plugin-gobi.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-03-27 17:00:08 +0100
committerAleksander Morgado <aleksander@lanedo.com>2013-03-28 17:33:08 +0100
commitd6ac6508d95aeab49f7ed9a5fe225c7685107f73 (patch)
tree378e56357682db454fef373e12bf80fe51d6a7cc /plugins/gobi/mm-plugin-gobi.c
parentb76dc134bf6bed78c0a83fdc12d2e1f66821148c (diff)
plugin: explicitly request QMI probing
Plugins which may support QMI ports need to explicitly request QMI probing in cdc-wdm devices. This should also avoid probing cdc-wdm ports when we know that the plugin doesn't support them (e.g. with Ericsson MBM devices). https://bugzilla.gnome.org/show_bug.cgi?id=696701
Diffstat (limited to 'plugins/gobi/mm-plugin-gobi.c')
-rw-r--r--plugins/gobi/mm-plugin-gobi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gobi/mm-plugin-gobi.c b/plugins/gobi/mm-plugin-gobi.c
index 6f2280d0..823b95db 100644
--- a/plugins/gobi/mm-plugin-gobi.c
+++ b/plugins/gobi/mm-plugin-gobi.c
@@ -77,6 +77,7 @@ mm_plugin_create (void)
MM_PLUGIN_ALLOWED_DRIVERS, drivers,
MM_PLUGIN_ALLOWED_AT, TRUE,
MM_PLUGIN_ALLOWED_QCDM, TRUE,
+ MM_PLUGIN_ALLOWED_QMI, TRUE,
NULL));
}