scpi: alpha-sort the vendor alias list
This commit is contained in:
parent
49b6732ec5
commit
21bc4353f0
|
@ -31,13 +31,13 @@
|
||||||
#define SCPI_READ_RETRY_TIMEOUT_US (10 * 1000)
|
#define SCPI_READ_RETRY_TIMEOUT_US (10 * 1000)
|
||||||
|
|
||||||
static const char *scpi_vendors[][2] = {
|
static const char *scpi_vendors[][2] = {
|
||||||
{ "HEWLETT-PACKARD", "HP" },
|
|
||||||
{ "Agilent Technologies", "Agilent" },
|
{ "Agilent Technologies", "Agilent" },
|
||||||
{ "Keysight Technologies", "Keysight" },
|
|
||||||
{ "RIGOL TECHNOLOGIES", "Rigol" },
|
|
||||||
{ "PHILIPS", "Philips" },
|
|
||||||
{ "CHROMA", "Chroma" },
|
{ "CHROMA", "Chroma" },
|
||||||
{ "Chroma ATE", "Chroma" },
|
{ "Chroma ATE", "Chroma" },
|
||||||
|
{ "HEWLETT-PACKARD", "HP" },
|
||||||
|
{ "Keysight Technologies", "Keysight" },
|
||||||
|
{ "PHILIPS", "Philips" },
|
||||||
|
{ "RIGOL TECHNOLOGIES", "Rigol" },
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue