We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf2848 commit 4fc0e47Copy full SHA for 4fc0e47
src/hardware/fx2lafw/api.c
@@ -366,7 +366,7 @@ static GSList *scan(struct sr_dev_driver *di, GSList *options)
366
} else {
367
if (ezusb_upload_firmware(drvc->sr_ctx, devlist[i],
368
USB_CONFIGURATION, prof->firmware,
369
- FALSE) == SR_OK) {
+ (prof->dev_caps & DEV_CAPS_FX3) != 0) == SR_OK) {
370
/* Store when this device's FW was updated. */
371
devc->fw_updated = g_get_monotonic_time();
372
0 commit comments