From: Joel Holdsworth Date: Mon, 12 Mar 2012 21:36:17 +0000 (+0000) Subject: fx2lafw: Added Saleae Logic (and clones) to the device list X-Git-Tag: libsigrok-0.1.0~48 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=93a9f3daaf7fb679660f44c67ffa0ea1171e67b1;p=libsigrok.git fx2lafw: Added Saleae Logic (and clones) to the device list --- diff --git a/hardware/fx2lafw/fx2lafw.c b/hardware/fx2lafw/fx2lafw.c index dcc17587..cab021e4 100644 --- a/hardware/fx2lafw/fx2lafw.c +++ b/hardware/fx2lafw/fx2lafw.c @@ -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 } };