]> sigrok.org Git - libsigrok.git/blobdiff - src/scpi/scpi_usbtmc_libusb.c
scpi/usbtmc: Add Agilent DSO1000 series to RL1 blacklist.
[libsigrok.git] / src / scpi / scpi_usbtmc_libusb.c
index 9042ef4fd22925c30813900da774d14f4a33234e..cd9ade47c18ff736bb1dab1e583be160d7380860 100644 (file)
@@ -104,6 +104,8 @@ struct usbtmc_blacklist {
 static struct usbtmc_blacklist blacklist_remote[] = {
        /* Rigol DS1000 series publishes RL1 support, but doesn't support it. */
        { 0x1ab1, 0x0588 },
+       /* Agilent DSO1000 series are rebadged versions of the Rigol DS1000. */
+       { 0x0957, 0x0588 },
        ALL_ZERO
 };