]> sigrok.org Git - libsigrok.git/commit
korad-kaxxxxp: add quirks flags to table of supported models
authorGerhard Sittig <redacted>
Thu, 15 Sep 2022 20:07:25 +0000 (22:07 +0200)
committerGerhard Sittig <redacted>
Sat, 17 Sep 2022 09:24:38 +0000 (11:24 +0200)
commitc7275098f6db9ba723cc191810e36a6b8a575b12
treee93857f6505c015d6c7b906c9a452a4ffb6a6883
parentecd4600bb15fc16d842936c452d4e7d5fb8e12f5
korad-kaxxxxp: add quirks flags to table of supported models

Out of the current set of supported models, the Velleman LABPS3005D is
the only device which requires special OVP enable handling. In future
implementations, more quirks could get identified or other models could
be affected. Add a quirks flags field to the models[] table, so that
other driver code paths need not care about individual models.

This commit only provides the flag. Calling code is not adjusted in this
commit, to reduce the diff size and simplify review. There are a lot of
"no quirks" additions in this commit already.
src/hardware/korad-kaxxxxp/api.c
src/hardware/korad-kaxxxxp/protocol.h