]> sigrok.org Git - libsigrok.git/commitdiff
sr: ARMFLY AX-Pro is supported by fx2lafw (LA only).
authorUwe Hermann <redacted>
Mon, 28 May 2012 21:40:12 +0000 (23:40 +0200)
committerUwe Hermann <redacted>
Tue, 29 May 2012 18:25:08 +0000 (20:25 +0200)
NEWS
contrib/z60_libsigrok.rules
hardware/fx2lafw/fx2lafw.c

diff --git a/NEWS b/NEWS
index 61f90175348d8da35bd5ce3413dda33d2d819e21..1c89e0a189e15aa18eaf3733ec22c0e7132ed2c9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,7 @@ This release does NOT change the libsigrok API.
 
    This new driver (+ firmware) currently supports the following devices:
 
+     - ARMFLY AX-Pro
      - Braintechnology USB-LPS
      - EE Electronics ESLA100
      - EE Electronics ESLA201A
@@ -35,7 +36,7 @@ This release does NOT change the libsigrok API.
  * ZEROPLUS Logic Cube LAP-C (16032): Fix a segfault.
 
  * udev file: Add entries for Robomotic BugLogic 3, Velleman PCSU1000,
-   and Ideofy LA-08.
+   and Ideofy LA-08, ARMFLY AX-Pro.
 
  * The zlib dependency has been removed (no longer needed),
 
index dcbd58326aac70f1da3fa9131d1cb2c2961d8251..b7e5a182335162ba664ab067359a8fe2f2c1f36c 100644 (file)
@@ -58,6 +58,10 @@ ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="664", GROUP="plugdev"
 # EE Electronics ESLA201A
 # http://eeelec.com/xla/
 # lsusb: "08a9:0014" (no string for the vendor name available)
+#
+# ARMFLY AX-Pro
+# http://www.armfly.com/product/AX-Pro/ax-pro.htm
+# lsusb: "08a9:0014" (no string for the vendor name available)
 ATTRS{idVendor}=="08a9", ATTRS{idProduct}=="0014", MODE="664", GROUP="plugdev"
 
 # CWAV USBee SX
index 8132251f4410a296af06e03a3ae767bc52dd1f89..a13e9d80f3e6bb3331107486500b7fab49ca7074 100644 (file)
@@ -32,6 +32,7 @@ static const struct fx2lafw_profile supported_fx2[] = {
        /*
         * CWAV USBee AX
         * EE Electronics ESLA201A
+        * ARMFLY AX-Pro
         */
        { 0x08a9, 0x0014, "CWAV", "USBee AX", NULL,
                FIRMWARE_DIR "/fx2lafw-cwav-usbeeax.fw", 8 },