X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=contrib%2Fz60_libsigrok.rules;h=dcfb4c3be774dd156bc8241bcff14a077756d1be;hb=0448d11097b057606f7f643b0f0537706d95afa7;hp=ea7ad294c3ed26d65ca8eb1f213aa9d470986163;hpb=3b533202c8b32fbe785906e9930959aae077aeff;p=libsigrok.git diff --git a/contrib/z60_libsigrok.rules b/contrib/z60_libsigrok.rules index ea7ad294..dcfb4c3b 100644 --- a/contrib/z60_libsigrok.rules +++ b/contrib/z60_libsigrok.rules @@ -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}=="1224", 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"