From: Timo Kokkonen Date: Sun, 16 Aug 2020 00:03:34 +0000 (-0700) Subject: scpi_serial: Add GW-Instek GPD-9061 (USBCDC mode) VID/PID. X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=4e5ff004d827af1e0bb5b569749e3653e2550f1a scpi_serial: Add GW-Instek GPD-9061 (USBCDC mode) VID/PID. --- diff --git a/src/scpi/scpi_serial.c b/src/scpi/scpi_serial.c index 6f642211..f0ec4c4d 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 */ + { 0x2184, 0x0058, "115200/8n1" }, /* GW-Instek GDM-9061 (USBCDC mode) */ }; static GSList *scpi_serial_scan(struct drv_context *drvc)