From: Gerhard Sittig Date: Thu, 15 Sep 2022 20:07:25 +0000 (+0200) Subject: korad-kaxxxxp: add quirks flags to table of supported models X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=c7275098f6db9ba723cc191810e36a6b8a575b12;hp=c7275098f6db9ba723cc191810e36a6b8a575b12 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. ---