scpi/serial: Add USB IDs for R&S HMO 1002 Series

This commit is contained in:
Stefan Brüns 2016-04-15 22:45:57 +02:00 committed by Uwe Hermann
parent 356f64f8c7
commit d38f4e7a0f
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ static const struct {
} scpi_serial_usb_ids[] = {
{ 0x0403, 0xed72, "115200/8n1/flow=1" }, /* Hameg HO720 */
{ 0x0403, 0xed73, "115200/8n1/flow=1" }, /* Hameg HO730 */
{ 0x0aad, 0x0118, "115200/8n1" }, /* R&S HMO1002 */
};
static GSList *scpi_serial_scan(struct drv_context *drvc)