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:
Mario Limonciello 2019-02-07 21:14:31 -06:00 committed by Richard Hughes
parent 719b743553
commit 2e9a4242c5

View File

@ -431,10 +431,10 @@ fu_dell_dock_ec_get_dock_info (FuDevice *device,
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
*/
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");
self->passive_flow = PASSIVE_REBOOT_MASK;
fu_device_set_custom_flags (device, "skip-restart");