fx2lafw: Added support for default Cypess FX2 without EEPROM

This commit is contained in:
Joel Holdsworth 2012-04-18 22:28:52 +01:00 committed by Uwe Hermann
parent 824b1a8f5c
commit f488762a17
1 changed files with 6 additions and 0 deletions

View 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 }
};