From 17b6c75a899bb5fb2b8b841b60e3e9fb52ca3e30 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Mon, 12 Mar 2012 21:03:13 +0000 Subject: [PATCH] fx2lafw: Added ESLA201A to device list --- hardware/fx2lafw/fx2lafw.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hardware/fx2lafw/fx2lafw.c b/hardware/fx2lafw/fx2lafw.c index d1272dd1..88641163 100644 --- a/hardware/fx2lafw/fx2lafw.c +++ b/hardware/fx2lafw/fx2lafw.c @@ -29,7 +29,9 @@ #include "command.h" static struct fx2lafw_profile supported_fx2[] = { - /* USBee AX */ + /* CWAV USBee AX + * EE Electronics ESLA201A + */ { 0x08a9, 0x0014, "CWAV", "USBee AX", NULL, 8 }, { 0, 0, 0, 0, 0, 0 } };