]> sigrok.org Git - libsigrok.git/commitdiff
udev: Add entries for Siglent USBTMC devices.
authorUwe Hermann <redacted>
Fri, 16 Feb 2018 22:40:15 +0000 (23:40 +0100)
committerUwe Hermann <redacted>
Fri, 16 Feb 2018 23:51:53 +0000 (00:51 +0100)
contrib/60-libsigrok.rules

index b4049c7760f489a0ac78f11f9834412649857030..43bced6ce3736ff25fdd5ae69580e96fd736defd 100644 (file)
@@ -222,6 +222,12 @@ ATTRS{idVendor}=="21a9", ATTRS{idProduct}=="1001", ENV{ID_SIGROK}="1"
 # Saleae Logic Pro 16
 ATTRS{idVendor}=="21a9", ATTRS{idProduct}=="1006", ENV{ID_SIGROK}="1"
 
+# Siglent USBTMC devices.
+# f4ec:ee3a: E.g. SDS1052DL+ scope
+# f4ed:ee3a: E.g. SDS1202X-E scope or SDG1010 waveform generator
+ATTRS{idVendor}=="f4ec", ATTRS{idProduct}=="ee3a", ENV{ID_SIGROK}="1"
+ATTRS{idVendor}=="f4ed", ATTRS{idProduct}=="ee3a", ENV{ID_SIGROK}="1"
+
 # sigrok FX2 LA (8ch)
 # fx2grok-flat (before and after renumeration)
 ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="608c", ENV{ID_SIGROK}="1"