]> sigrok.org Git - libsigrok.git/commitdiff
fx2lafw: Added Saleae Logic (and clones) to the device list
authorJoel Holdsworth <redacted>
Mon, 12 Mar 2012 21:36:17 +0000 (21:36 +0000)
committerJoel Holdsworth <redacted>
Mon, 12 Mar 2012 21:47:44 +0000 (21:47 +0000)
hardware/fx2lafw/fx2lafw.c

index dcc175874ea0577d4a511df3b2ce84d89a1c4420..cab021e4c7bbe95f5f20574bf87b1890ec9d5996 100644 (file)
@@ -34,6 +34,14 @@ static const struct fx2lafw_profile supported_fx2[] = {
         */
        { 0x08a9, 0x0014, "CWAV", "USBee AX", NULL,
                FIRMWARE_DIR "/fx2lafw-cwav-usbeeax.fw", 8 },
+
+       /* Saleae Logic
+        * EE Electronics ESLA100
+        * Robomotic MiniLogic
+        */
+       { 0x0925, 0x3881, "Saleae", "Logic", NULL,
+               FIRMWARE_DIR "/fx2lafw-saleae-logic.fw", 8 },
+
        { 0, 0, 0, 0, 0, 0, 0 }
 };