fwupd/plugins/fastboot/fastboot.quirk
Dylan Van Assche c0ec63091d fastboot: add quirk for Quectel EG25-G
The Quectel EG25-G modem must use a blocksize of 16384 bytes in fastboot mode.
Using a different blocksize makes the fastboot bootloader crash,
resulting in a failed update.
2021-12-14 22:46:04 +00:00

8 lines
150 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