mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-03 03:56:30 +00:00
vli: Show erase progress when doing a v2 recovery
This commit is contained in:
parent
60373e03fd
commit
2b108e4ab1
@ -751,6 +751,7 @@ fu_vli_usbhub_device_update_v2_recovery (FuVliUsbhubDevice *self, GBytes *fw, GE
|
||||
g_prefix_error (error, "failed to erase sector @0x%x", addr);
|
||||
return FALSE;
|
||||
}
|
||||
fu_device_set_progress_full (FU_DEVICE (self), (gsize) addr, bufsz);
|
||||
}
|
||||
|
||||
/* write in chunks */
|
||||
|
Loading…
Reference in New Issue
Block a user