]> sigrok.org Git - libsigrok.git/commitdiff
udev: Add rule for Rigol DS4000 series devices.
authorUwe Hermann <redacted>
Thu, 21 Jun 2018 23:13:22 +0000 (01:13 +0200)
committerUwe Hermann <redacted>
Thu, 21 Jun 2018 23:55:15 +0000 (01:55 +0200)
contrib/60-libsigrok.rules

index 43bced6ce3736ff25fdd5ae69580e96fd736defd..3bed6c51275447c0f4e356c92528c36784b6c0f7 100644 (file)
@@ -197,6 +197,9 @@ ATTRS{idVendor}=="1ab1", ATTRS{idProduct}=="04ce", ENV{ID_SIGROK}="1"
 # Rigol DS2000 series
 ATTRS{idVendor}=="1ab1", ATTRS{idProduct}=="04b0", ENV{ID_SIGROK}="1"
 
+# Rigol DS4000 series
+ATTRS{idVendor}=="1ab1", ATTRS{idProduct}=="04b1", ENV{ID_SIGROK}="1"
+
 # Rigol DG4000 series
 ATTRS{idVendor}=="1ab1", ATTRS{idProduct}=="0641", ENV{ID_SIGROK}="1"