X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=contrib%2Fz60_libsigrok.rules;h=ea7ad294c3ed26d65ca8eb1f213aa9d470986163;hb=3b533202c8b32fbe785906e9930959aae077aeff;hp=b7e5a182335162ba664ab067359a8fe2f2c1f36c;hpb=9f05304e4e1b842f875cfdaccf9e93cae0012937;p=libsigrok.git diff --git a/contrib/z60_libsigrok.rules b/contrib/z60_libsigrok.rules index b7e5a182..ea7ad294 100644 --- a/contrib/z60_libsigrok.rules +++ b/contrib/z60_libsigrok.rules @@ -55,11 +55,11 @@ 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 +# 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" @@ -69,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." @@ -90,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" @@ -153,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" @@ -195,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"