]> sigrok.org Git - libsigrok.git/commit
scpi-dmm: alpha-sort the list of supported devices (vendor/model list)
authorGerhard Sittig <redacted>
Mon, 17 Aug 2020 18:32:08 +0000 (20:32 +0200)
committerGerhard Sittig <redacted>
Mon, 17 Aug 2020 18:32:08 +0000 (20:32 +0200)
commit25879a34e925ce58e62a59382b9a287a75350564
tree4c01ca67015351da98733a72258f4d0ba129ffb4
parent33aa8117e3640ab5d7663d5e974ae2de2b3d0239
scpi-dmm: alpha-sort the list of supported devices (vendor/model list)

Any order is as arbitrary as any other. The alphabetical order of vendor
and model names might be the most robust during maintenance: easiest to
remember, easiest to use when checking for presence, and easiest to add
to or resolve conflicts during merges. Vendor renames (HP to Agilent to
Keysight, et al) are ugly but can't be helped easily.
src/hardware/scpi-dmm/api.c