]> sigrok.org Git - libsigrok.git/commitdiff
scpi/usbtmc: Add Agilent DSO1000 series to RL1 blacklist.
authorBert Vermeulen <redacted>
Mon, 21 Sep 2015 22:53:28 +0000 (00:53 +0200)
committerUwe Hermann <redacted>
Tue, 22 Sep 2015 08:57:04 +0000 (10:57 +0200)
These are rebadged Rigol DS1000 scopes, and suffer from the same USBTMC
implementation.

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
 };