]> sigrok.org Git - libsigrok.git/commitdiff
Add VID/PID for the CWAV USBee ZX.
authorThomas <redacted>
Mon, 29 Feb 2016 02:59:57 +0000 (18:59 -0800)
committerUwe Hermann <redacted>
Tue, 12 Jul 2016 21:50:52 +0000 (23:50 +0200)
The hardware is identical to the SX.

This fixes bug #764.

src/hardware/fx2lafw/api.c

index e1eb3ee13ce3e600b3bc212b4048324885b482e1..dd82729ec9a2b398c272a3160a586c16f3bc6c33 100644 (file)
@@ -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",