mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-15 00:02:52 +00:00
thunderbolt: Convert the instance IDs as we never open the device
This commit is contained in:
parent
8ff529debb
commit
b3aa793539
@ -375,6 +375,8 @@ fu_plugin_thunderbolt_add (FuPlugin *plugin, GUdevDevice *device)
|
||||
if (is_host)
|
||||
fu_device_add_flag (dev, FWUPD_DEVICE_FLAG_INTERNAL);
|
||||
|
||||
/* we never open the device, so convert the instance IDs */
|
||||
fu_device_setup (dev, NULL);
|
||||
fu_plugin_cache_add (plugin, id, dev);
|
||||
fu_plugin_device_add (plugin, dev);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user