]> sigrok.org Git - libsigrok.git/commit
korad-kaxxxxp: trim down list of supported models (renames RND models)
authorGerhard Sittig <redacted>
Thu, 15 Sep 2022 20:44:53 +0000 (22:44 +0200)
committerGerhard Sittig <redacted>
Sat, 17 Sep 2022 09:24:47 +0000 (11:24 +0200)
commitd241cc20bd476712806a36ee2838670434ce1d32
tree1e4487907f05ca503664bb64e949b5b15be09a03
parent349803b613aa8f0768e5ee11a494def18eab59f2
korad-kaxxxxp: trim down list of supported models (renames RND models)

Remove expected ID response literals from the list of supported models
when the generic "vendor and name" approach matches. Remove duplicate
entries (those which only differed in firmware version numbers or in
trailing garbage) which were obsoleted by the generic match approach.

This user perceivably "renames" previously and still currently supported
RND devices. Presents the RND vendor's "320-" prefix before the "KA3005"
stem. Should be acceptable given that this is the vendor's article name.
Exclusively affects display texts, the user provided driver name which
addresses the PSU remains as it was before.

The table of supported models now contains no entry with a fixed wanted
response text. But the match logic keeps support for this condition, so
that future entries can use it when required. RND entries could use it
when the "320-" prefix is undesirable, but version numbers are not
stripped transparently by the match logic's implementation.
src/hardware/korad-kaxxxxp/api.c