From 8541f678b76dc92c87ea122f6bd6507ff7661944 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Wed, 9 Jun 2021 07:19:08 -0500 Subject: [PATCH] trivial: don't set priority between thunderbolt and dell-dock plugins The dell-dock plugin has a check whether or not to create the I2C based child device based upon whether thunderbolt link is active during probe. So there will never be a situation that daemon needs to de-duplicate and set priority between the two plugins. --- plugins/thunderbolt/fu-plugin-thunderbolt.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/thunderbolt/fu-plugin-thunderbolt.c b/plugins/thunderbolt/fu-plugin-thunderbolt.c index 7750dc5aa..b8c55044a 100644 --- a/plugins/thunderbolt/fu-plugin-thunderbolt.c +++ b/plugins/thunderbolt/fu-plugin-thunderbolt.c @@ -82,8 +82,6 @@ fu_plugin_init (FuPlugin *plugin) fu_plugin_add_device_gtype (plugin, FU_TYPE_THUNDERBOLT_DEVICE); fu_plugin_add_firmware_gtype (plugin, NULL, FU_TYPE_THUNDERBOLT_FIRMWARE); fu_plugin_add_firmware_gtype (plugin, NULL, FU_TYPE_THUNDERBOLT_FIRMWARE_UPDATE); - /* dell-dock plugin uses a slower bus for flashing */ - fu_plugin_add_rule (plugin, FU_PLUGIN_RULE_BETTER_THAN, "dell_dock"); } gboolean