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:
Mario Limonciello 2023-02-09 14:08:49 -06:00
parent 21d185ef13
commit d0e880ca4c

View File

@ -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)