/* CWAV USBee AX
* EE Electronics ESLA201A
*/
- { 0x08a9, 0x0014, "CWAV", "USBee AX", NULL, 8 },
- { 0, 0, 0, 0, 0, 0 }
+ { 0x08a9, 0x0014, "CWAV", "USBee AX", NULL,
+ FIRMWARE_DIR "/fx2lafw-cwav-usbeeax.fw", 8 },
+ { 0, 0, 0, 0, 0, 0, 0 }
};
static int fx2lafw_capabilities[] = {
(libusb_get_bus_number(devlist[i]),
libusb_get_device_address(devlist[i]), NULL);
} else {
- if (ezusb_upload_firmware(devlist[i], USB_CONFIGURATION, FIRMWARE) == SR_OK)
+ if (ezusb_upload_firmware(devlist[i], USB_CONFIGURATION,
+ fx2lafw_prof->firmware) == SR_OK)
/* Remember when the firmware on this device was updated */
g_get_current_time(&ctx->fw_updated);
else
#define USB_INTERFACE 0
#define USB_CONFIGURATION 1
#define TRIGGER_TYPES "01rf"
-#define FIRMWARE FIRMWARE_DIR "/fx2lafw-cwav-usbeeax.fw"
#define MAX_RENUM_DELAY 3000 /* ms */
#define NUM_SIMUL_TRANSFERS 10
const char *model;
const char *model_version;
+ const char *firmware;
+
int num_probes;
};