scpi_serial: Add GW-Instek GPD-9061 (USBCDC mode) VID/PID.

This commit is contained in:
Timo Kokkonen 2020-08-15 17:03:34 -07:00 committed by Gerhard Sittig
parent 7eba792f0d
commit 4e5ff004d8
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, 0x0058, "115200/8n1" }, /* GW-Instek GDM-9061 (USBCDC mode) */
};
static GSList *scpi_serial_scan(struct drv_context *drvc)