mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-23 20:47:02 +00:00
dell-dock: set minimum version of EC
This commit is contained in:
parent
4bdd1d40e1
commit
f3e05f3ced
@ -99,7 +99,7 @@ FirmwareSizeMax = 0x20000
|
||||
Flags = dual-image,self-recovery,usable-during-update
|
||||
DellDockUnlockTarget = 1
|
||||
DellDockBoardMin = 6
|
||||
DellDockVersionLowest = 01.00.00.00
|
||||
DellDockVersionLowest = 01.01.00.01
|
||||
DellDockBlobVersionOffset = 0x1AFC0
|
||||
InstallDuration = 60
|
||||
|
||||
|
@ -826,7 +826,6 @@ fu_dell_dock_ec_write_fw(FuDevice *device,
|
||||
|
||||
/* meet the minimum EC version */
|
||||
if ((flags & FWUPD_INSTALL_FLAG_FORCE) == 0 &&
|
||||
(self->data->module_type != MODULE_TYPE_130_USB4) &&
|
||||
(fu_common_vercmp_full(dynamic_version,
|
||||
self->ec_minimum_version,
|
||||
FWUPD_VERSION_FORMAT_QUAD) < 0)) {
|
||||
|
Loading…
Reference in New Issue
Block a user