]> sigrok.org Git - libsigrok.git/blobdiff - contrib/z60_libsigrok.rules
sr: initial support for Hantek 2xxx/5200 USB oscilloscopes
[libsigrok.git] / contrib / z60_libsigrok.rules
index ef8ce6ecaafd6161e3c87a6332b5234e473c3f99..ea7ad294c3ed26d65ca8eb1f213aa9d470986163 100644 (file)
@@ -199,4 +199,13 @@ ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="700d", MODE="664", GROUP="plugdev"
 ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="700e", MODE="664", GROUP="plugdev"
 ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="7016", MODE="664", GROUP="plugdev"
 
+# Hantek DSO-2xxx series USB oscilloscope
+# http://www.hantek.com/english/produce.asp?classid=29
+# The DSO-2090 boots up with 04b4:2090 (VID belongs to Cypress), and
+# after the firmware upload to the FX2 renumerates with 04b5:2090 (VID
+# belongs to somebody else entirely).
+ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="2090", MODE="664", GROUP="plugdev"
+ATTRS{idVendor}=="04b5", ATTRS{idProduct}=="2090", MODE="664", GROUP="plugdev"
+
+
 LABEL="libsigrok_rules_end"