Add some Agilent USBTMC PIDs.
This commit is contained in:
parent
eead278242
commit
57d355a7bd
|
@ -25,6 +25,14 @@
|
|||
ACTION!="add|change", GOTO="libsigrok_rules_end"
|
||||
SUBSYSTEM!="usb|usbmisc|usb_device", GOTO="libsigrok_rules_end"
|
||||
|
||||
# Agilent USBTMC-connected devices
|
||||
# 34405A
|
||||
ATTRS{idVendor}=="0957", ATTRS{idProduct}=="0618", MODE="664", GROUP="plugdev"
|
||||
# 34410A
|
||||
ATTRS{idVendor}=="0957", ATTRS{idProduct}=="0607", MODE="664", GROUP="plugdev"
|
||||
# DSO1000 series
|
||||
ATTRS{idVendor}=="0957", ATTRS{idProduct}=="0588", MODE="664", GROUP="plugdev"
|
||||
|
||||
# ASIX SIGMA
|
||||
# ASIX SIGMA2
|
||||
ATTRS{idVendor}=="a600", ATTRS{idProduct}=="a000", MODE="664", GROUP="plugdev"
|
||||
|
@ -137,9 +145,6 @@ ATTRS{idVendor}=="1ab1", ATTRS{idProduct}=="04b0", MODE="664", GROUP="plugdev"
|
|||
# Rigol DG4000 series
|
||||
ATTRS{idVendor}=="1ab1", ATTRS{idProduct}=="0641", MODE="664", GROUP="plugdev"
|
||||
|
||||
# Agilent DSO1000 series
|
||||
ATTRS{idVendor}=="0957", ATTRS{idProduct}=="0588", MODE="664", GROUP="plugdev"
|
||||
|
||||
# Saleae Logic
|
||||
# EE Electronics ESLA100 (clone of the Saleae Logic)
|
||||
# Robomotic MiniLogic (clone of the Saleae Logic)
|
||||
|
|
Loading…
Reference in New Issue