From: Uwe Hermann Date: Sun, 6 May 2012 15:13:49 +0000 (+0200) Subject: sr: fx2lafw: Braintechnology USB-LPS support. X-Git-Tag: libsigrok-0.1.1~24 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=1663e4706cd966fcaed40d067ceea4b613e8125d;p=libsigrok.git sr: fx2lafw: Braintechnology USB-LPS support. --- diff --git a/hardware/fx2lafw/fx2lafw.c b/hardware/fx2lafw/fx2lafw.c index 2b62e7e0..4fc5744d 100644 --- a/hardware/fx2lafw/fx2lafw.c +++ b/hardware/fx2lafw/fx2lafw.c @@ -47,16 +47,25 @@ static const struct fx2lafw_profile supported_fx2[] = { * Saleae Logic * EE Electronics ESLA100 * Robomotic MiniLogic + * Robomotic BugLogic 3 */ { 0x0925, 0x3881, "Saleae", "Logic", NULL, FIRMWARE_DIR "/fx2lafw-saleae-logic.fw", 8 }, /* - * Default Cypress FX2 without EEPROM + * Default Cypress FX2 without EEPROM, e.g.: + * Lcsoft Mini Board + * Braintechnology USB Interface V2.x */ { 0x04B4, 0x8613, "Cypress", "FX2", NULL, FIRMWARE_DIR "/fx2lafw-cypress-fx2.fw", 8 }, + /* + * Braintechnology USB-LPS + */ + { 0x16d0, 0x0498, "Braintechnology", "USB-LPS", NULL, + FIRMWARE_DIR "/fx2lafw-braintechnology-usb-lps.fw", 8 }, + { 0, 0, 0, 0, 0, 0, 0 } };