From: Thomas Date: Mon, 29 Feb 2016 02:59:57 +0000 (-0800) Subject: Add VID/PID for the CWAV USBee ZX. X-Git-Tag: libsigrok-0.5.0~285 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=2f4b0f6a82e02559562927207efffe639a198fa8;p=libsigrok.git Add VID/PID for the CWAV USBee ZX. The hardware is identical to the SX. This fixes bug #764. --- diff --git a/src/hardware/fx2lafw/api.c b/src/hardware/fx2lafw/api.c index e1eb3ee1..dd82729e 100644 --- a/src/hardware/fx2lafw/api.c +++ b/src/hardware/fx2lafw/api.c @@ -47,6 +47,13 @@ static const struct fx2lafw_profile supported_fx2[] = { "fx2lafw-cwav-usbeesx.fw", 0, NULL, NULL}, + /* + * CWAV USBee ZX + */ + { 0x08a9, 0x0005, "CWAV", "USBee ZX", NULL, + "fx2lafw-cwav-usbeezx.fw", + 0, NULL, NULL}, + /* DreamSourceLab DSLogic (before FW upload) */ { 0x2a0e, 0x0001, "DreamSourceLab", "DSLogic", NULL, "dreamsourcelab-dslogic-fx2.fw",