Add VID/PID for the CWAV USBee ZX.
The hardware is identical to the SX. This fixes bug #764.
This commit is contained in:
parent
0cce2383bd
commit
2f4b0f6a82
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue