From: Gerhard Sittig Date: Sat, 17 Nov 2018 16:30:47 +0000 (+0100) Subject: scpi: add Keysight vendor alias X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=49b6732ec5dd0742d223dea40c0c3632870ede86 scpi: add Keysight vendor alias --- diff --git a/src/scpi/scpi.c b/src/scpi/scpi.c index 603b15b1..50c46191 100644 --- a/src/scpi/scpi.c +++ b/src/scpi/scpi.c @@ -33,6 +33,7 @@ static const char *scpi_vendors[][2] = { { "HEWLETT-PACKARD", "HP" }, { "Agilent Technologies", "Agilent" }, + { "Keysight Technologies", "Keysight" }, { "RIGOL TECHNOLOGIES", "Rigol" }, { "PHILIPS", "Philips" }, { "CHROMA", "Chroma" },