From d6ac6508d95aeab49f7ed9a5fe225c7685107f73 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 27 Mar 2013 17:00:08 +0100 Subject: 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 --- plugins/pantech/mm-plugin-pantech.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'plugins/pantech/mm-plugin-pantech.c') diff --git a/plugins/pantech/mm-plugin-pantech.c b/plugins/pantech/mm-plugin-pantech.c index c50f435b..bd586a6f 100644 --- a/plugins/pantech/mm-plugin-pantech.c +++ b/plugins/pantech/mm-plugin-pantech.c @@ -96,11 +96,12 @@ mm_plugin_create (void) return MM_PLUGIN ( g_object_new (MM_TYPE_PLUGIN_PANTECH, - MM_PLUGIN_NAME, "Pantech", + MM_PLUGIN_NAME, "Pantech", MM_PLUGIN_ALLOWED_SUBSYSTEMS, subsystems, MM_PLUGIN_ALLOWED_VENDOR_IDS, vendor_ids, - MM_PLUGIN_ALLOWED_AT, TRUE, - MM_PLUGIN_ALLOWED_QCDM, TRUE, + MM_PLUGIN_ALLOWED_AT, TRUE, + MM_PLUGIN_ALLOWED_QCDM, TRUE, + MM_PLUGIN_ALLOWED_QMI, TRUE, NULL)); } -- cgit v1.2.3-70-g09d2