mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 03:46:49 +00:00

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.
8 lines
150 B
Plaintext
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
|