]> sigrok.org Git - libsigrok.git/commitdiff
korad-kaxxxxp: prepare more versatile ID response text checks
authorGerhard Sittig <redacted>
Thu, 15 Sep 2022 20:34:02 +0000 (22:34 +0200)
committerGerhard Sittig <redacted>
Sat, 17 Sep 2022 09:24:44 +0000 (11:24 +0200)
Add more quirks for IDN responses: Some devices would not report the
vendor in their response. Some devices suffer from trailing garbage.
Move IDN response text checks to a new model_matches() routine, stick
with the strcmp() implementation in this commit for compatibility.

This commit does not change the set of supported models, but prepares
the addition of more versatile IDN response checks in a future version.


No differences found