Skip to content

Commit

Permalink
scpi_serial: Add GW-Instek GPD-9061 (USBCDC mode) VID/PID.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjko authored and gsigh committed Aug 17, 2020
1 parent 7eba792 commit 4e5ff00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scpi/scpi_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4e5ff00

Please sign in to comment.