From 061278b9caf8ebf16b8e17760a72d09cedebd415 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 27 Nov 2017 12:00:17 +0000 Subject: [PATCH] amt: Move the coldplug to the correct startup phase --- plugins/amt/fu-plugin-amt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/amt/fu-plugin-amt.c b/plugins/amt/fu-plugin-amt.c index 590fc21d3..259fb24f3 100644 --- a/plugins/amt/fu-plugin-amt.c +++ b/plugins/amt/fu-plugin-amt.c @@ -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);