From: Daniel Elstner Date: Sat, 5 Dec 2015 16:47:52 +0000 (+0100) Subject: sysclk-lwla: Work around short transfer quirk X-Git-Tag: libsigrok-0.4.0~65 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=786485772ffd28dfb1ca7375ca64118ccd7af25c;hp=786485772ffd28dfb1ca7375ca64118ccd7af25c;p=libsigrok.git sysclk-lwla: Work around short transfer quirk Detect whether the FX2 firmware of the LWLA device exhibits the short transfer bug. If so, work around the problem by limiting reads to at most 64 bytes at a time. This slows down the memory read after acquisition quite noticably, but makes the device usable even in adverse conditions. ---