From b3aa793539bb6cf414c9990591e5ce1c959a9133 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 7 Feb 2019 18:13:00 +0000 Subject: [PATCH] thunderbolt: Convert the instance IDs as we never open the device --- plugins/thunderbolt/fu-plugin-thunderbolt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/thunderbolt/fu-plugin-thunderbolt.c b/plugins/thunderbolt/fu-plugin-thunderbolt.c index 9030d6f6a..536e42304 100644 --- a/plugins/thunderbolt/fu-plugin-thunderbolt.c +++ b/plugins/thunderbolt/fu-plugin-thunderbolt.c @@ -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);