]> sigrok.org Git - libsigrok.git/commitdiff
scpi/serial: Add USB VID/PID for R&S HMC808x series
authorMarc Schink <redacted>
Wed, 26 Apr 2023 08:50:49 +0000 (10:50 +0200)
committerGerhard Sittig <redacted>
Thu, 21 Dec 2023 20:38:39 +0000 (21:38 +0100)
Signed-off-by: Marc Schink <redacted>
src/scpi/scpi_serial.c

index 067838adce5f04bc19e379b0a6e13412da2870f3..92d2c53196f98e010f7e3fc9b507ae313f69d050 100644 (file)
@@ -46,6 +46,7 @@ static const struct {
        { 0x0aad, 0x0117, "115200/8n1" },        /* R&S HMO series, previously branded as Hameg HMO */
        { 0x0aad, 0x0118, "115200/8n1" },        /* R&S HMO series, previously branded as Hameg HMO */
        { 0x0aad, 0x0119, "115200/8n1" },        /* R&S HMO series, previously branded as Hameg HMO */
+       { 0x0aad, 0x0135, "115200/8n1" },        /* R&S HMC series, previously branded as Hameg HMC */
        { 0x2184, 0x0030, "115200/8n1" },        /* GW-Instek GDM-8341 (VCP, SiLabs CP210x) */
        { 0x2184, 0x0058, "115200/8n1" },        /* GW-Instek GDM-9061 (USBCDC mode) */
 };