]> 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 dcbd58326aac70f1da3fa9131d1cb2c2961d8251..ea7ad294c3ed26d65ca8eb1f213aa9d470986163 100644 (file)
@@ -55,9 +55,13 @@ ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="664", GROUP="plugdev"
 # http://www.usbee.com/ax.html
 # lsusb: "08a9:0014" (no string for the vendor name available)
 #
-# EE Electronics ESLA201A
+# EE Electronics ESLA201A (clone of the CWAV USBee AX)
 # http://eeelec.com/xla/
 # lsusb: "08a9:0014" (no string for the vendor name available)
+#
+# ARMFLY AX-Pro (clone of the CWAV USBee AX)
+# http://www.armfly.com/product/AX-Pro/ax-pro.htm
+# lsusb: "08a9:0014" (no string for the vendor name available)
 ATTRS{idVendor}=="08a9", ATTRS{idProduct}=="0014", MODE="664", GROUP="plugdev"
 
 # CWAV USBee SX
@@ -65,6 +69,17 @@ ATTRS{idVendor}=="08a9", ATTRS{idProduct}=="0014", MODE="664", GROUP="plugdev"
 # lsusb: "08a9:0009" (no string for the vendor name available)
 ATTRS{idVendor}=="08a9", ATTRS{idProduct}=="0009", MODE="664", GROUP="plugdev"
 
+# Cypress FX2 eval boards without EEPROM:
+#
+# Lcsoft Mini Board
+# http://sigrok.org/wiki/Lcsoft_Mini_Board
+# lsusb: "04b4:8613 Cypress Semiconductor Corp. CY7C68013 EZ-USB FX2 USB 2.0 Development Kit"
+#
+# Braintechnology USB Interface V2.x
+# http://www.braintechnology.de/braintechnology/en/usb_fastinterface27.html
+# lsusb: "04b4:8613 Cypress Semiconductor Corp. CY7C68013 EZ-USB FX2 USB 2.0 Development Kit"
+ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="8613", MODE="664", GROUP="plugdev"
+
 # Hantek DSO-2090
 # http://www.hantek.com.cn/english/produce_list.asp?unid=62
 # lsusb: "04b4:2090 Cypress Semiconductor Corp."
@@ -86,13 +101,6 @@ ATTRS{idVendor}=="20a0", ATTRS{idProduct}=="4123", MODE="664", GROUP="plugdev"
 # lsusb: "0403:dc48 Future Technology Devices International, Ltd"
 ATTRS{idVendor}=="0403", ATTRS{idProduct}=="dc48", MODE="664", GROUP="plugdev"
 
-# (All Cypress FX2 boards without EEPROM)
-#
-# Lcsoft Mini Board
-# http://sigrok.org/wiki/Lcsoft_Mini_Board
-# lsusb: "04b4:8613 Cypress Semiconductor Corp. CY7C68013 EZ-USB FX2 USB 2.0 Development Kit"
-ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="8613", MODE="664", GROUP="plugdev"
-
 # Link Instruments MSO-19
 # http://www.linkinstruments.com/mso19.htm
 # lsusb: "3195:f190 Silicon Labs"
@@ -149,15 +157,15 @@ ATTRS{idVendor}=="0403", ATTRS{idProduct}=="f918", MODE="664", GROUP="plugdev"
 # http://www.saleae.com/logic/
 # lsusb: "0925:3881 Lakeview Research"
 #
-# EE Electronics XLA/ESLA100 (clone of the Saleae Logic)
+# EE Electronics ESLA100 (clone of the Saleae Logic)
 # http://eeelec.com/xla/
 # lsusb: "0925:3881 Lakeview Research"
 #
-# Robomotic MiniLogic
+# Robomotic MiniLogic (clone of the Saleae Logic)
 # http://buglogic.robomotic.com/
 # lsusb: "0925:3881 Lakeview Research"
 #
-# Robomotic BugLogic 3
+# Robomotic BugLogic 3 (clone of the Saleae Logic)
 # http://norduino.robomotic.com/products-page/categories/buglogic3/
 # lsusb: "0925:3881 Lakeview Research"
 ATTRS{idVendor}=="0925", ATTRS{idProduct}=="3881", MODE="664", GROUP="plugdev"
@@ -191,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"