mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 09:25:38 +00:00
[thunderbolt] remove the skip-restart flag for retimer
-this is indeed needed to reflect the updated version after system reboot Signed-off-by: Kranthi Kuntala <kranthi.kuntala@intel.corp-partner.google.com> Change-Id: Id4751d531528590cc93c08db0d0939a547f4d59f
This commit is contained in:
parent
2633b68cd8
commit
97e6c1d7c2
@ -147,7 +147,6 @@ fu_thunderbolt_retimer_init(FuThunderboltRetimer *self)
|
||||
"that forms two separate electrical link segments");
|
||||
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_DUAL_IMAGE);
|
||||
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_INTERNAL);
|
||||
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_SKIPS_RESTART);
|
||||
fu_device_add_internal_flag(FU_DEVICE(self), FU_DEVICE_INTERNAL_FLAG_NO_AUTO_REMOVE);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user