From: Electro707 Date: Tue, 23 Mar 2021 21:12:02 +0000 (-0400) Subject: scpi: add Siglent to the vendor alias list X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=821266e8ed4116e08f2a64561cc570c47b5a4b40;p=libsigrok.git scpi: add Siglent to the vendor alias list --- diff --git a/src/scpi/scpi.c b/src/scpi/scpi.c index be829af4..8d24ceea 100644 --- a/src/scpi/scpi.c +++ b/src/scpi/scpi.c @@ -38,6 +38,7 @@ static const char *scpi_vendors[][2] = { { "Keysight Technologies", "Keysight" }, { "PHILIPS", "Philips" }, { "RIGOL TECHNOLOGIES", "Rigol" }, + { "Siglent Technologies", "Siglent" }, }; /**