]> sigrok.org Git - libsigrok.git/commitdiff
fx2lafw: Added support for default Cypess FX2 without EEPROM
authorJoel Holdsworth <redacted>
Wed, 18 Apr 2012 21:28:52 +0000 (22:28 +0100)
committerUwe Hermann <redacted>
Wed, 18 Apr 2012 22:12:22 +0000 (00:12 +0200)
hardware/fx2lafw/fx2lafw.c

index 8a07928c10b21f4f6365ae9919924600da63f3e0..01c460f7dc647cc43f25907502987745e02004e5 100644 (file)
@@ -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 }
 };