udev: Add Rigol DG1000z Series VID/PID.

This commit is contained in:
Timo Kokkonen 2020-08-30 23:22:00 -07:00 committed by Gerhard Sittig
parent 02feeb30b9
commit 4c98253dba
1 changed files with 3 additions and 0 deletions

View File

@ -219,6 +219,9 @@ ATTRS{idVendor}=="1ab1", ATTRS{idProduct}=="04b1", ENV{ID_SIGROK}="1"
# Rigol DG4000 series
ATTRS{idVendor}=="1ab1", ATTRS{idProduct}=="0641", ENV{ID_SIGROK}="1"
# Rigol DG1000z series
ATTRS{idVendor}=="1ab1", ATTRS{idProduct}=="0642", ENV{ID_SIGROK}="1"
# Rigol DP800 series
ATTRS{idVendor}=="1ab1", ATTRS{idProduct}=="0e11", ENV{ID_SIGROK}="1"