From: Ivan Fedorov Date: Thu, 2 Aug 2012 19:49:00 +0000 (+0400) Subject: sr: fx2lafw: Add 16bit support for USBee DX and clones X-Git-Tag: dsupstream~854 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=0e8d0e24d00dcf6dd661e4fb15cedf79ce45c248;hp=c19298d1413e2783bf723f5eb4ee098d9b8f159b;p=libsigrok.git sr: fx2lafw: Add 16bit support for USBee DX and clones gnuplot script support only 8 channels --- diff --git a/hardware/fx2lafw/fx2lafw.c b/hardware/fx2lafw/fx2lafw.c index 7142a35d..951c9196 100644 --- a/hardware/fx2lafw/fx2lafw.c +++ b/hardware/fx2lafw/fx2lafw.c @@ -30,13 +30,6 @@ #include "command.h" 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 * EE Electronics ESLA201A @@ -45,6 +38,13 @@ static const struct fx2lafw_profile supported_fx2[] = { { 0x08a9, 0x0014, "CWAV", "USBee AX", NULL, FIRMWARE_DIR "/fx2lafw-cwav-usbeeax.fw", 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