Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Commit b5c7bcc

Browse files
committed
Add Rigol MSO2302A to usbtmc.rules
1 parent ff2835f commit b5c7bcc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

usbtmc.rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ SUBSYSTEM=="usb", ACTION=="add", ATTRS{idVendor}=="0699", ATTRS{idProduct}=="040
3737
# Rigol MSO1104Z
3838
SUBSYSTEM=="usb", ACTION=="add", ATTRS{idVendor}=="1ab1", ATTRS{idProduct}=="04ce", GROUP="usbtmc", MODE="0660"
3939

40+
# Rigol MSO2302A
41+
SUBSYSTEM=="usb", ACTION=="add", ATTRS{idVendor}=="1ab1", ATTRS{idProduct}=="04b0", GROUP="usbtmc", MODE="0660"
42+
4043
# Kernel devices
4144
KERNEL=="usbtmc/*", MODE="0660", GROUP="usbtmc"
4245
KERNEL=="usbtmc[0-9]*", MODE="0660", GROUP="usbtmc"

0 commit comments

Comments
 (0)