From: Gerhard Sittig Date: Fri, 26 May 2017 00:18:33 +0000 (+0200) Subject: asix-sigma: Fixup the download of the last data acquisition chunk X-Git-Tag: libsigrok-0.5.0~33 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=547c4cdc60ad5c463e37c57d82dd33111061ac86;hp=547c4cdc60ad5c463e37c57d82dd33111061ac86;p=libsigrok.git asix-sigma: Fixup the download of the last data acquisition chunk Correctly determine the size of a download chunk for the last DRAM row that's involved in the recent data acquisition. This commit is based on work done by jry@. This addresses bug #838 (trailing garbage). It's assumed that the previously downloaded excess data was "swallowed" by the sample count enforcement logic that was applied earlier, so the (remainder of the) issue could have gone unnoticed, unless some other termination condition than sample count was used. ---