From d0e880ca4c7779ef26ef455ab93403266e935887 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Thu, 9 Feb 2023 14:08:49 -0600 Subject: [PATCH] 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. --- plugins/thunderbolt/fu-thunderbolt-controller.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/thunderbolt/fu-thunderbolt-controller.c b/plugins/thunderbolt/fu-thunderbolt-controller.c index 19039a727..898e90ff8 100644 --- a/plugins/thunderbolt/fu-thunderbolt-controller.c +++ b/plugins/thunderbolt/fu-thunderbolt-controller.c @@ -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)