]> sigrok.org Git - libsigrok.git/commit
sysclk-lwla: Skip unused registers in status poll
authorDaniel Elstner <redacted>
Sat, 5 Dec 2015 09:06:15 +0000 (10:06 +0100)
committerDaniel Elstner <redacted>
Tue, 22 Dec 2015 15:09:39 +0000 (16:09 +0100)
commit940805ce7dbd26c32f2e8b3512fdc54432b412db
tree63014ef31eed63e36cd0f2ea681bcfcdcd865d45
parentef7df53d3609413341b521ab64f223f80e49a01a
sysclk-lwla: Skip unused registers in status poll

Reduce the number of long registers read in bulk during status
polling from 10 to 5. The LWLA1034 driver used to do that already
in an earlier iteration, which was then changed to be more like
the original vendor software. The reason for bringing it back now
is that it reduces the response size to 40 bytes, which works
around the spurious 64 byte limit bug in the FX2 firmware of the
LWLA devices.
src/hardware/sysclk-lwla/lwla1034.c