amt: Move the coldplug to the correct startup phase

This commit is contained in:
Richard Hughes 2017-11-27 12:00:17 +00:00
parent d0cff7caec
commit 061278b9ca

View File

@ -471,7 +471,7 @@ fu_plugin_amt_create_device (GError **error)
}
gboolean
fu_plugin_startup (FuPlugin *plugin, GError **error)
fu_plugin_coldplug (FuPlugin *plugin, GError **error)
{
g_autoptr(FuDevice) dev = NULL;
dev = fu_plugin_amt_create_device (error);