thunderbolt: add new devices without delay

We want thunderbolt to claim the device and not to race with the
udev plugin.
This commit is contained in:
Christian Kellner 2017-08-24 14:26:54 +02:00 committed by Richard Hughes
parent 6637f74161
commit 1f6873a5dd

View File

@ -222,7 +222,7 @@ fu_plugin_thunderbolt_add (FuPlugin *plugin, GUdevDevice *device)
fu_device_add_flag (dev, FWUPD_DEVICE_FLAG_INTERNAL);
fu_plugin_cache_add (plugin, id, dev);
fu_plugin_device_add_delay (plugin, dev);
fu_plugin_device_add (plugin, dev);
}
static void