From: Marc Schink Date: Wed, 26 Apr 2023 08:50:49 +0000 (+0200) Subject: scpi/serial: Add USB VID/PID for R&S HMC808x series X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=f1b22e5627dc4cd060ff0c7a3a09f685903e3a26 scpi/serial: Add USB VID/PID for R&S HMC808x series Signed-off-by: Marc Schink --- diff --git a/src/scpi/scpi_serial.c b/src/scpi/scpi_serial.c index 067838ad..92d2c531 100644 --- a/src/scpi/scpi_serial.c +++ b/src/scpi/scpi_serial.c @@ -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) */ };