]> sigrok.org Git - libsigrok.git/commitdiff
scpi_serial: Add GW-Instek GPD-9061 (USBCDC mode) VID/PID.
authorTimo Kokkonen <redacted>
Sun, 16 Aug 2020 00:03:34 +0000 (17:03 -0700)
committerGerhard Sittig <redacted>
Mon, 17 Aug 2020 16:35:17 +0000 (18:35 +0200)
src/scpi/scpi_serial.c

index 6f642211f264609eb3bf3cdcc79779af1cae8432..f0ec4c4dfc77a4ba246e7a3f6dd4b56099827eb3 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, 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 */
+       { 0x2184, 0x0058, "115200/8n1" },        /* GW-Instek GDM-9061 (USBCDC mode) */
 };
 
 static GSList *scpi_serial_scan(struct drv_context *drvc)
 };
 
 static GSList *scpi_serial_scan(struct drv_context *drvc)