From f91c6940ab53534a28921b10fb3597ab9762f456 Mon Sep 17 00:00:00 2001 From: Gerhard Sittig Date: Fri, 21 Aug 2020 11:40:29 +0200 Subject: [PATCH] scpi_serial: add "GWInstek VCP" (PID 0x0030) as seen in GDM-834x --- src/scpi/scpi_serial.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scpi/scpi_serial.c b/src/scpi/scpi_serial.c index f627deef..067838ad 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, 0x0030, "115200/8n1" }, /* GW-Instek GDM-8341 (VCP, SiLabs CP210x) */ { 0x2184, 0x0058, "115200/8n1" }, /* GW-Instek GDM-9061 (USBCDC mode) */ }; -- 2.30.2