udev: Add Rigol DG800 and DG900 series VID/PID.

This commit is contained in:
Timo Kokkonen 2020-10-03 16:18:35 -07:00 committed by Gerhard Sittig
parent a4be2b327b
commit feeafbc003
1 changed files with 3 additions and 0 deletions

View File

@ -222,6 +222,9 @@ ATTRS{idVendor}=="1ab1", ATTRS{idProduct}=="0641", ENV{ID_SIGROK}="1"
# Rigol DG1000z series
ATTRS{idVendor}=="1ab1", ATTRS{idProduct}=="0642", ENV{ID_SIGROK}="1"
# Rigol DG800 and DG900 series
ATTRS{idVendor}=="1ab1", ATTRS{idProduct}=="0643", ENV{ID_SIGROK}="1"
# Rigol DP800 series
ATTRS{idVendor}=="1ab1", ATTRS{idProduct}=="0e11", ENV{ID_SIGROK}="1"