]> sigrok.org Git - libsigrok.git/commitdiff
scpi: alpha-sort the vendor alias list
authorGerhard Sittig <redacted>
Sat, 17 Nov 2018 16:32:21 +0000 (17:32 +0100)
committerGerhard Sittig <redacted>
Sat, 17 Nov 2018 19:07:21 +0000 (20:07 +0100)
src/scpi/scpi.c

index 50c4619121cfb13d913c197acebe5607ab552d38..62e81bebeedab94822786daa317a6d7151b8bdcf 100644 (file)
 #define SCPI_READ_RETRY_TIMEOUT_US (10 * 1000)
 
 static const char *scpi_vendors[][2] = {
-       { "HEWLETT-PACKARD", "HP" },
        { "Agilent Technologies", "Agilent" },
-       { "Keysight Technologies", "Keysight" },
-       { "RIGOL TECHNOLOGIES", "Rigol" },
-       { "PHILIPS", "Philips" },
        { "CHROMA", "Chroma" },
        { "Chroma ATE", "Chroma" },
+       { "HEWLETT-PACKARD", "HP" },
+       { "Keysight Technologies", "Keysight" },
+       { "PHILIPS", "Philips" },
+       { "RIGOL TECHNOLOGIES", "Rigol" },
 };
 
 /**