Skip to content

Commit

Permalink
Add Rigol MSO1104Z to usbtmc.rules
Browse files Browse the repository at this point in the history
  • Loading branch information
alexforencich committed Mar 9, 2017
1 parent 856a517 commit ff2835f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions usbtmc.rules
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ SUBSYSTEM=="usb", ACTION=="add", ATTRS{idVendor}=="0957", ATTRS{idProduct}=="441
# Tektronix MDO4104
SUBSYSTEM=="usb", ACTION=="add", ATTRS{idVendor}=="0699", ATTRS{idProduct}=="040c", GROUP="usbtmc", MODE="0660"

# Rigol MSO1104Z
SUBSYSTEM=="usb", ACTION=="add", ATTRS{idVendor}=="1ab1", ATTRS{idProduct}=="04ce", GROUP="usbtmc", MODE="0660"

# Kernel devices
KERNEL=="usbtmc/*", MODE="0660", GROUP="usbtmc"
KERNEL=="usbtmc[0-9]*", MODE="0660", GROUP="usbtmc"

0 comments on commit ff2835f

Please sign in to comment.