]> sigrok.org Git - libsigrok.git/commitdiff
scpi/serial: Add USB IDs for R&S HMO 1002 Series
authorStefan Brüns <redacted>
Fri, 15 Apr 2016 20:45:57 +0000 (22:45 +0200)
committerUwe Hermann <redacted>
Sun, 17 Apr 2016 12:50:42 +0000 (14:50 +0200)
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)