mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 21:46:38 +00:00
dfu: Do not require wildcard-pid when flashing a raw binary file
This commit is contained in:
parent
584f1d4c6a
commit
0a37abfce8
@ -1593,6 +1593,9 @@ fu_dfu_device_download (FuDfuDevice *self,
|
||||
if (FU_IS_DFU_FIRMWARE (firmware)) {
|
||||
firmware_vid = fu_dfu_firmware_get_vid (FU_DFU_FIRMWARE (firmware));
|
||||
firmware_pid = fu_dfu_firmware_get_pid (FU_DFU_FIRMWARE (firmware));
|
||||
} else {
|
||||
flags |= DFU_TARGET_TRANSFER_FLAG_WILDCARD_VID;
|
||||
flags |= DFU_TARGET_TRANSFER_FLAG_WILDCARD_PID;
|
||||
}
|
||||
|
||||
/* do we allow wildcard VID:PID matches */
|
||||
|
Loading…
Reference in New Issue
Block a user