]> sigrok.org Git - libsigrok.git/commitdiff
udev: add Siglent SDM3055 USB identification rule
authorElectro707 <redacted>
Tue, 23 Mar 2021 21:12:02 +0000 (17:12 -0400)
committerGerhard Sittig <redacted>
Tue, 28 Feb 2023 19:37:48 +0000 (20:37 +0100)
Add the USB identification for the Siglent SDM3055 multimeter and the
SDS1104X-E scope.

contrib/60-libsigrok.rules

index 569bac7cd0c2f737e142303b8a6042624e4c15be..398ee40408725257494cacbc73e6ed5854b3d009 100644 (file)
@@ -270,8 +270,9 @@ ATTRS{idVendor}=="21a9", ATTRS{idProduct}=="1006", ENV{ID_SIGROK}="1"
 
 # Siglent USBTMC devices.
 # f4ec:ee3a: E.g. SDS1052DL+ scope
-# f4ec:ee38: E.g. SDS1104X-E scope
+# f4ec:ee38: E.g. SDS1104X-E scope or SDM3055 Multimeter
 # f4ed:ee3a: E.g. SDS1202X-E scope or SDG1010 waveform generator
+ATTRS{idVendor}=="f4ec", ATTRS{idProduct}=="ee38", ENV{ID_SIGROK}="1"
 ATTRS{idVendor}=="f4ec", ATTRS{idProduct}=="ee3a", ENV{ID_SIGROK}="1"
 ATTRS{idVendor}=="f4ed", ATTRS{idProduct}=="ee3a", ENV{ID_SIGROK}="1"