X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fscpi%2Fscpi.c;fp=src%2Fscpi%2Fscpi.c;h=62e81bebeedab94822786daa317a6d7151b8bdcf;hb=21bc4353f0bbb80e9548a6ee5fa4e120a115688f;hp=50c4619121cfb13d913c197acebe5607ab552d38;hpb=49b6732ec5dd0742d223dea40c0c3632870ede86;p=libsigrok.git 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" }, }; /**