From: Joel Holdsworth Date: Wed, 18 Apr 2012 21:28:52 +0000 (+0100) Subject: fx2lafw: Added support for default Cypess FX2 without EEPROM X-Git-Tag: libsigrok-0.1.1~40 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=f488762a17a3dce8a513aabcc0475f7382ec19bd;p=libsigrok.git fx2lafw: Added support for default Cypess FX2 without EEPROM --- diff --git a/hardware/fx2lafw/fx2lafw.c b/hardware/fx2lafw/fx2lafw.c index 8a07928c..01c460f7 100644 --- a/hardware/fx2lafw/fx2lafw.c +++ b/hardware/fx2lafw/fx2lafw.c @@ -50,6 +50,12 @@ static const struct fx2lafw_profile supported_fx2[] = { { 0x0925, 0x3881, "Saleae", "Logic", NULL, FIRMWARE_DIR "/fx2lafw-saleae-logic.fw", 8 }, + /* + * Default Cypress FX2 without EEPROM + */ + { 0x04B4, 0x8613, "Cypress", "FX2", NULL, + FIRMWARE_DIR "/fx2lafw-cypress-fx2.fw", 8 }, + { 0, 0, 0, 0, 0, 0, 0 } };