fwupd/plugins/fastboot/fastboot.quirk
Dylan Van Assche 833547823e plugins/fastboot: increase operation delay for Quectel EG25-G
When flashing bigger firmware packages we would still get an timeout
after 10 minutes. Increasing the delay between read/write operations
from 100ms to 250ms solves that.
2021-12-15 22:07:23 +00:00

9 lines
179 B
Plaintext

# All fastboot devices
[USB\CLASS_FF&SUBCLASS_42&PROT_03]
Plugin = fastboot
# Quectel EG25-G modem
[USB\VID_18D1&PID_D00D]
FastbootBlockSize = 16384
FastbootOperationDelay = 250