From: Gerhard Sittig Date: Sat, 17 Nov 2018 16:32:21 +0000 (+0100) Subject: scpi: alpha-sort the vendor alias list X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=21bc4353f0bbb80e9548a6ee5fa4e120a115688f;p=libsigrok.git scpi: alpha-sort the vendor alias list --- diff --git a/src/scpi/scpi.c b/src/scpi/scpi.c index 50c46191..62e81beb 100644 --- a/src/scpi/scpi.c +++ b/src/scpi/scpi.c @@ -31,13 +31,13 @@ #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" }, }; /**