From: Uwe Hermann Date: Wed, 21 Oct 2015 21:41:50 +0000 (+0200) Subject: fx2lafw: Add the official fx2lafw sigrok VID/PID pairs. X-Git-Tag: libsigrok-0.4.0~197 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=3e91de2bd679e253570df91e4010f2a7c403f8c1 fx2lafw: Add the official fx2lafw sigrok VID/PID pairs. As supported by sigrok-firmware-fx2lafw >= 0.1.3: - 1D50:608C: fx2lafw-sigrok-fx2-8ch.fw - 1D50:608D: fx2lafw-sigrok-fx2-16ch.fw --- diff --git a/src/hardware/fx2lafw/api.c b/src/hardware/fx2lafw/api.c index fc6081b4..e4749f4e 100644 --- a/src/hardware/fx2lafw/api.c +++ b/src/hardware/fx2lafw/api.c @@ -99,6 +99,20 @@ static const struct fx2lafw_profile supported_fx2[] = { "fx2lafw-braintechnology-usb-lps.fw", DEV_CAPS_16BIT, NULL, NULL }, + /* + * sigrok FX2 based 8-channel logic analyzer + */ + { 0x1d50, 0x608c, "sigrok", "FX2 LA (8ch)", NULL, + FIRMWARE_DIR "/fx2lafw-sigrok-fx2-8ch.fw", + 0, NULL, NULL}, + + /* + * sigrok FX2 based 16-channel logic analyzer + */ + { 0x1d50, 0x608d, "sigrok", "FX2 LA (16ch)", NULL, + FIRMWARE_DIR "/fx2lafw-sigrok-fx2-16ch.fw", + DEV_CAPS_16BIT, NULL, NULL }, + { 0, 0, 0, 0, 0, 0, 0, 0, 0 } };