]> sigrok.org Git - libsigrok.git/blobdiff - src/scpi/scpi_serial.c
scpi/serial: Add USB VID/PID for R&S HMC808x series
[libsigrok.git] / 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) */
 };