sr: ARMFLY AX-Pro is supported by fx2lafw (LA only).

This commit is contained in:
Uwe Hermann 2012-05-28 23:40:12 +02:00
parent 432e5e95f5
commit 9f05304e4e
3 changed files with 7 additions and 1 deletions

3
NEWS
View File

@ -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),

View 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

View 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 },