]> sigrok.org Git - libsigrok.git/blobdiff - contrib/z60_libsigrok.rules
sr: corrected VID for Victor 70C
[libsigrok.git] / contrib / z60_libsigrok.rules
index ea7ad294c3ed26d65ca8eb1f213aa9d470986163..deb3a2a9e3d18a593a91322642a52bd6986234eb 100644 (file)
@@ -64,6 +64,14 @@ ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="664", GROUP="plugdev"
 # lsusb: "08a9:0014" (no string for the vendor name available)
 ATTRS{idVendor}=="08a9", ATTRS{idProduct}=="0014", MODE="664", GROUP="plugdev"
 
+# CWAV USBee DX
+# http://www.usbee.com/dx.html
+# lsusb: "08a9:0015" (no string for the vendor name available)
+#
+# XZL Studio DX (clone of the CWAV USBee DX)
+# lsusb: "08a9:0015" (no string for the vendor name available)
+ATTRS{idVendor}=="08a9", ATTRS{idProduct}=="0015", MODE="664", GROUP="plugdev"
+
 # CWAV USBee SX
 # http://www.usbee.com/sx.html
 # lsusb: "08a9:0009" (no string for the vendor name available)
@@ -85,6 +93,7 @@ ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="8613", MODE="664", GROUP="plugdev"
 # lsusb: "04b4:2090 Cypress Semiconductor Corp."
 # lsusb after FW upload: "04b5:2090 ROHM LSI Systems USA, LLC"
 ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="2090", MODE="664", GROUP="plugdev"
+ATTRS{idVendor}=="04b5", ATTRS{idProduct}=="2090", MODE="664", GROUP="plugdev"
 
 # Ideofy LA-08
 # http://www.ideofy.com/la-08_en
@@ -180,6 +189,10 @@ ATTRS{idVendor}=="21a9", ATTRS{idProduct}=="1001", MODE="664", GROUP="plugdev"
 # lsusb: "10cf:1000 Velleman Components, Inc."
 ATTRS{idVendor}=="10cf", ATTRS{idProduct}=="1000", MODE="664", GROUP="plugdev"
 
+# Victor 70C
+# http://www.china-victor.com/english/en/product_data.aspx?ClassID=168&ID=121
+ATTRS{idVendor}=="1244", ATTRS{idProduct}=="d237", MODE="664", GROUP="plugdev"
+
 # ZEROPLUS Logic Cube LAP-C series
 # http://www.zeroplus.com.tw/logic-analyzer_en/products.php#top_c
 # lsusb: "0c12:700e Zeroplus"
@@ -199,13 +212,5 @@ 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"