From 4cb039e34a78a868a84a4e2299e6e0c1ca638cc9 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 5 May 2011 13:20:02 +0200 Subject: 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. --- plugins/mm-plugin-cinterion.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/mm-plugin-cinterion.c') 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)); } -- cgit v1.2.3-70-g09d2