mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-16 07:25:43 +00:00
trivial: dell-dock: bump passive requirement to EC25+
Turns out we can't have nice things that work properly just yet.
This commit is contained in:
parent
719b743553
commit
2e9a4242c5
@ -431,10 +431,10 @@ fu_dell_dock_ec_get_dock_info (FuDevice *device,
|
|||||||
fu_device_set_version_lowest (device, self->ec_minimum_version);
|
fu_device_set_version_lowest (device, self->ec_minimum_version);
|
||||||
|
|
||||||
|
|
||||||
/* TODO: Drop if minimum EC is set to 23+
|
/* TODO: Drop if minimum EC is set to 25+
|
||||||
* Determine if the passive flow should be used when flashing
|
* Determine if the passive flow should be used when flashing
|
||||||
*/
|
*/
|
||||||
if (fu_common_vercmp (self->ec_version, "00.00.00.23") >= 0) {
|
if (fu_common_vercmp (self->ec_version, "00.00.00.25") >= 0) {
|
||||||
g_debug ("using passive flow");
|
g_debug ("using passive flow");
|
||||||
self->passive_flow = PASSIVE_REBOOT_MASK;
|
self->passive_flow = PASSIVE_REBOOT_MASK;
|
||||||
fu_device_set_custom_flags (device, "skip-restart");
|
fu_device_set_custom_flags (device, "skip-restart");
|
||||||
|
Loading…
Reference in New Issue
Block a user