]> sigrok.org Git - libsigrok.git/commit
kingst-la2016: weaken run state check in hardware initialization
authorGerhard Sittig <redacted>
Mon, 31 Jan 2022 22:25:15 +0000 (23:25 +0100)
committerGerhard Sittig <redacted>
Sun, 6 Feb 2022 17:53:54 +0000 (18:53 +0100)
commit4494721714407631b2410f21b493134d265bf695
tree67358687dfe30affaca6378898f2949a9465d6a4
parent96a405ab4f997a369dba6a47587f906a2c93df49
kingst-la2016: weaken run state check in hardware initialization

Weaken the check for plausible run states in the early read and test
immediately after the initial hardware configuration. The strict pattern
used to not match when an earlier session successfully triggered (digits
0x9 vs 0xd in the register's LSB positions). The test was never fatal,
it's just for information.
src/hardware/kingst-la2016/protocol.c