mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 11:07:37 +00:00
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.
This commit is contained in:
parent
80ba2c1f27
commit
8541f678b7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user