cinterion: check probed caps from supports task

This commit is contained in:
Aleksander Morgado
2011-06-14 12:38:33 +02:00
parent a35fc3a583
commit abcffd1753

View File

@@ -148,6 +148,7 @@ supports_port (MMPluginBase *base,
return MM_PLUGIN_SUPPORTS_PORT_UNSUPPORTED;
/* Completed! */
cached = mm_plugin_base_supports_task_get_probed_capabilities (task);
mm_plugin_base_supports_task_complete (task, get_level_for_capabilities (cached));
return MM_PLUGIN_SUPPORTS_PORT_IN_PROGRESS;
}