mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 23:19:50 +00:00
trivial: thunderbolt: show integrated USB4 host controllers in tree
USB4 host controllers that can't be updated come from the CPU. Show them properly in the tree view.
This commit is contained in:
parent
21d185ef13
commit
d0e880ca4c
@ -288,6 +288,7 @@ fu_thunderbolt_controller_setup(FuDevice *device, GError **error)
|
||||
|
||||
} else {
|
||||
device_id = g_strdup("TBT-fixed");
|
||||
fu_device_add_parent_guid(device, "cpu");
|
||||
}
|
||||
fu_device_add_instance_id(device, device_id);
|
||||
if (domain_id != NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user