mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-09 16:12:39 +00:00

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.
9 lines
179 B
Plaintext
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
|