aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-05-05 13:20:02 +0200
committerAleksander Morgado <aleksander@lanedo.com>2011-06-06 17:20:17 +0200
commit4cb039e34a78a868a84a4e2299e6e0c1ca638cc9 (patch)
tree146c6e411fcb1b6140526bb9bfdc6a47a0f67d92
parenta9c93ec3ad6c7390afe33e8a317cb83007265881 (diff)
cinterion: always sort last the plugin
This is because the cinterion plugin can handle RS232 modes, and checking support for them needs to have the vendor ID probed with AT commands, so probing is almost always issued in this plugin. By sorting last, we let other plugins check support first.
-rw-r--r--plugins/mm-plugin-cinterion.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mm-plugin-cinterion.c b/plugins/mm-plugin-cinterion.c
index 62b00e85..60e784b0 100644
--- a/plugins/mm-plugin-cinterion.c
+++ b/plugins/mm-plugin-cinterion.c
@@ -35,6 +35,7 @@ mm_plugin_create (void)
{
return MM_PLUGIN (g_object_new (MM_TYPE_PLUGIN_CINTERION,
MM_PLUGIN_BASE_NAME, "Cinterion",
+ MM_PLUGIN_BASE_SORT_LAST, TRUE,
NULL));
}