mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-09 04:20:05 +00:00
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:
parent
6637f74161
commit
1f6873a5dd
@ -222,7 +222,7 @@ fu_plugin_thunderbolt_add (FuPlugin *plugin, GUdevDevice *device)
|
|||||||
fu_device_add_flag (dev, FWUPD_DEVICE_FLAG_INTERNAL);
|
fu_device_add_flag (dev, FWUPD_DEVICE_FLAG_INTERNAL);
|
||||||
|
|
||||||
fu_plugin_cache_add (plugin, id, dev);
|
fu_plugin_cache_add (plugin, id, dev);
|
||||||
fu_plugin_device_add_delay (plugin, dev);
|
fu_plugin_device_add (plugin, dev);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user