]> sigrok.org Git - libsigrok.git/blobdiff - src/scpi/scpi_serial.c
scpi/serial: Add USB IDs for R&S HMO 1002 Series
[libsigrok.git] / src / scpi / scpi_serial.c
index ef507bb499170f67a277f60d88fa16109b3ad861..096a77c1e74fefe823523dafd950496883f6c366 100644 (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)