]> sigrok.org Git - libsigrok.git/commitdiff
sr: fx2lafw: Braintechnology USB-LPS support.
authorUwe Hermann <redacted>
Sun, 6 May 2012 15:13:49 +0000 (17:13 +0200)
committerUwe Hermann <redacted>
Sun, 6 May 2012 15:24:40 +0000 (17:24 +0200)
hardware/fx2lafw/fx2lafw.c

index 2b62e7e01b87f246e1531e0620639b23f85d9903..4fc5744da84f5e6090841aa2c3bf7f2c8e2f2705 100644 (file)
@@ -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 }
 };