]> sigrok.org Git - libsigrok.git/commitdiff
sr: fx2lafw: Add basic support for USBee DX and clones
authorIvan Fedorov <redacted>
Tue, 31 Jul 2012 20:11:33 +0000 (00:11 +0400)
committerIvan Fedorov <redacted>
Tue, 31 Jul 2012 20:12:00 +0000 (00:12 +0400)
NEWS
contrib/z60_libsigrok.rules
hardware/fx2lafw/fx2lafw.c

diff --git a/NEWS b/NEWS
index c90c058e6d24613c4fd7c19d54689d1d1fce92a4..a2b5c6785d9276d4c899682df5d3e8b6a9a733e9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@
 ------------------
 
  * TODO
 ------------------
 
  * TODO
+ * fx2lafw driver:
+   - Add support for the USBee DX and clones. This requires the latest
+     version of the fx2lafw firmware files.
 
 0.1.1 (2012-05-30)
 ------------------
 
 0.1.1 (2012-05-30)
 ------------------
index 2ba14c647df6c37bd666b75f2374fa571f0a9d50..dcfb4c3be774dd156bc8241bcff14a077756d1be 100644 (file)
@@ -64,6 +64,14 @@ ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="664", GROUP="plugdev"
 # lsusb: "08a9:0014" (no string for the vendor name available)
 ATTRS{idVendor}=="08a9", ATTRS{idProduct}=="0014", MODE="664", GROUP="plugdev"
 
 # lsusb: "08a9:0014" (no string for the vendor name available)
 ATTRS{idVendor}=="08a9", ATTRS{idProduct}=="0014", MODE="664", GROUP="plugdev"
 
+# CWAV USBee DX
+# http://www.usbee.com/dx.html
+# lsusb: "08a9:0015" (no string for the vendor name available)
+#
+# XZL Studio DX (clone of the CWAV USBee DX)
+# lsusb: "08a9:0015" (no string for the vendor name available)
+ATTRS{idVendor}=="08a9", ATTRS{idProduct}=="0015", MODE="664", GROUP="plugdev"
+
 # CWAV USBee SX
 # http://www.usbee.com/sx.html
 # lsusb: "08a9:0009" (no string for the vendor name available)
 # CWAV USBee SX
 # http://www.usbee.com/sx.html
 # lsusb: "08a9:0009" (no string for the vendor name available)
index 334a11094d8239d25db86050e4241d35e5b46d64..7142a35de7037f9070bc651f0798b1935bf50d76 100644 (file)
 #include "command.h"
 
 static const struct fx2lafw_profile supported_fx2[] = {
 #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
        /*
         * CWAV USBee AX
         * EE Electronics ESLA201A