From 2f4b0f6a82e02559562927207efffe639a198fa8 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sun, 28 Feb 2016 18:59:57 -0800 Subject: [PATCH] Add VID/PID for the CWAV USBee ZX. The hardware is identical to the SX. This fixes bug #764. --- src/hardware/fx2lafw/api.c | 7 +++++++ 1 file changed, 7 insertions(+) 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",