Skip to content

Commit 5ab4f63

Browse files
Electro707gsigh
authored andcommitted
udev: add Siglent SDM3055 USB identification rule
Add the USB identification for the Siglent SDM3055 multimeter and the SDS1104X-E scope.
1 parent b35face commit 5ab4f63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/60-libsigrok.rules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,9 @@ ATTRS{idVendor}=="21a9", ATTRS{idProduct}=="1006", ENV{ID_SIGROK}="1"
270270

271271
# Siglent USBTMC devices.
272272
# f4ec:ee3a: E.g. SDS1052DL+ scope
273-
# f4ec:ee38: E.g. SDS1104X-E scope
273+
# f4ec:ee38: E.g. SDS1104X-E scope or SDM3055 Multimeter
274274
# f4ed:ee3a: E.g. SDS1202X-E scope or SDG1010 waveform generator
275+
ATTRS{idVendor}=="f4ec", ATTRS{idProduct}=="ee38", ENV{ID_SIGROK}="1"
275276
ATTRS{idVendor}=="f4ec", ATTRS{idProduct}=="ee3a", ENV{ID_SIGROK}="1"
276277
ATTRS{idVendor}=="f4ed", ATTRS{idProduct}=="ee3a", ENV{ID_SIGROK}="1"
277278

0 commit comments

Comments
 (0)