scpi/usbtmc: Add Agilent DSO1000 series to RL1 blacklist.
These are rebadged Rigol DS1000 scopes, and suffer from the same USBTMC implementation.
This commit is contained in:
parent
de285cce11
commit
01b062390a
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue