scpi_serial: add "GWInstek VCP" (PID 0x0030) as seen in GDM-834x

This commit is contained in:
Gerhard Sittig 2020-08-21 11:40:29 +02:00 committed by Gerhard Sittig
parent 395c1850b7
commit f91c6940ab
1 changed files with 1 additions and 0 deletions

View 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 */
{ 0x2184, 0x0030, "115200/8n1" }, /* GW-Instek GDM-8341 (VCP, SiLabs CP210x) */
{ 0x2184, 0x0058, "115200/8n1" }, /* GW-Instek GDM-9061 (USBCDC mode) */
};