sr: fx2lafw: Add 16bit support for USBee DX and clones
gnuplot script support only 8 channels
This commit is contained in:
parent
c19298d141
commit
0e8d0e24d0
|
@ -30,13 +30,6 @@
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
|
|
||||||
static const struct fx2lafw_profile supported_fx2[] = {
|
static const struct fx2lafw_profile supported_fx2[] = {
|
||||||
/*
|
|
||||||
* CWAV USBee DX
|
|
||||||
* XZL Studio DX
|
|
||||||
*/
|
|
||||||
{ 0x08a9, 0x0015, "CWAV", "USBee DX", NULL,
|
|
||||||
FIRMWARE_DIR "/fx2lafw-cwav-usbeedx.fw",
|
|
||||||
0 },
|
|
||||||
/*
|
/*
|
||||||
* CWAV USBee AX
|
* CWAV USBee AX
|
||||||
* EE Electronics ESLA201A
|
* EE Electronics ESLA201A
|
||||||
|
@ -45,6 +38,13 @@ static const struct fx2lafw_profile supported_fx2[] = {
|
||||||
{ 0x08a9, 0x0014, "CWAV", "USBee AX", NULL,
|
{ 0x08a9, 0x0014, "CWAV", "USBee AX", NULL,
|
||||||
FIRMWARE_DIR "/fx2lafw-cwav-usbeeax.fw",
|
FIRMWARE_DIR "/fx2lafw-cwav-usbeeax.fw",
|
||||||
0 },
|
0 },
|
||||||
|
/*
|
||||||
|
* CWAV USBee DX
|
||||||
|
* XZL-Studio DX
|
||||||
|
*/
|
||||||
|
{ 0x08a9, 0x0015, "CWAV", "USBee DX", NULL,
|
||||||
|
FIRMWARE_DIR "/fx2lafw-cwav-usbeedx.fw",
|
||||||
|
DEV_CAPS_16BIT },
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* CWAV USBee SX
|
* CWAV USBee SX
|
||||||
|
|
Loading…
Reference in New Issue