]> sigrok.org Git - libsigrok.git/blobdiff - contrib/z60_libsigrok.rules
sr: Various fixes in the udev file.
[libsigrok.git] / contrib / z60_libsigrok.rules
index 5a3c92201392bf80995ec1da1722df1f44a7286b..ce66c544f097fc2a8f676c07044d97f4c92dd54b 100644 (file)
@@ -1,7 +1,7 @@
 ##
 ## This file is part of the sigrok project.
 ##
-## Copyright (C) 2010 Uwe Hermann <uwe@hermann-uwe.de>
+## Copyright (C) 2010-2012 Uwe Hermann <uwe@hermann-uwe.de>
 ##
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -22,8 +22,8 @@
 ## Please keep this list sorted alphabetically by vendor/device name.
 ##
 
-ACTION!="add|change", GOTO="sigrok_rules_end"
-SUBSYSTEM!="usb|usb_device", GOTO="sigrok_rules_end"
+ACTION!="add|change", GOTO="libsigrok_rules_end"
+SUBSYSTEM!="usb|usb_device", GOTO="libsigrok_rules_end"
 
 # Acute PKLA-1216
 # http://www.acute.com.tw/product/la.php
@@ -56,9 +56,18 @@ ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="664", GROUP="plugdev"
 # lsusb: "08a9:0009" (no string for the vendor name available)
 ATTRS{idVendor}=="08a9", ATTRS{idProduct}=="0009", MODE="664", GROUP="plugdev"
 
+# CWAV USBee AX
+# http://www.usbee.com/ax.html
+# lsusb: "08a9:0014" (no string for the vendor name available)
+#
+# EE Electronics ESLA201A
+# http://eeelec.com/xla/
+# lsusb: "08a9:0014" (no string for the vendor name available)
+ATTRS{idVendor}=="08a9", ATTRS{idProduct}=="0014", MODE="664", GROUP="plugdev"
+
 # Ikalogic SCANALOGIC-2 PRO
 # http://www.ikalogic.com/scanalogic2/
-# lsusb: "20a0:4123"
+# lsusb: "20a0:4123" (no string for the vendor name available)
 ATTRS{idVendor}=="20a0", ATTRS{idProduct}=="4123", MODE="664", GROUP="plugdev"
 
 # Intronix Logicport LA1034
@@ -86,8 +95,12 @@ ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="0033", MODE="664", GROUP="plugdev"
 # lsusb: "0403:6010 Future Technology Devices International, Ltd FT2232C Dual USB-UART/FIFO IC"
 ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6010", MODE="664", GROUP="plugdev"
 
-# RockyLogic Ant8 and Ant18e
+# RockyLogic Ant8
 # http://www.rockylogic.com/products/ant8.html
+# lsusb: "0403:f918 Future Technology Devices International,
+#        Ltd Ant8 Logic Probe"
+#
+# RockyLogic Ant18e
 # http://www.rockylogic.com/products/ant18e.html
 # lsusb: "0403:f918 Future Technology Devices International,
 #        Ltd Ant8 Logic Probe"
@@ -104,26 +117,38 @@ ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="000a", MODE="664", GROUP="plugdev"
 # lsusb: "10c4:ea67 Cygnal Integrated Products, Inc."
 ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea67", MODE="664", GROUP="plugdev"
 
+# QuantAsylum QA100
+# http://www.quantasylum.com/content/Products/QA100.aspx
+# lsusb: "16c0:4e21 VOTI"
+ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="4e21", MODE="664", GROUP="plugdev"
+
+# Rigol VS5202D
+# http://int.rigol.com/prodserv/Discontinued%20products/
+# lsusb: "0400:03e8 National Semiconductor Corp."
+ATTRS{idVendor}=="0400", ATTRS{idProduct}=="03e8", MODE="664", GROUP="plugdev"
+
 # Saleae Logic
 # http://www.saleae.com/logic/
 # lsusb: "0925:3881 Lakeview Research"
 #
 # EE Electronics XLA/ESLA100 (clone of the Saleae Logic)
 # http://eeelec.com/xla/
+# lsusb: "0925:3881 Lakeview Research"
 #
 # Robomotic MiniLogic
 # http://buglogic.robomotic.com/
-#
-# Lcsoft Mini Board
-# http://sigrok.org/wiki/Lcsoft_Mini_Board
+# lsusb: "0925:3881 Lakeview Research"
 ATTRS{idVendor}=="0925", ATTRS{idProduct}=="3881", MODE="664", GROUP="plugdev"
 
 # Saleae Logic16
 # http://www.saleae.com/logic16/
-# lsusb: "21a9:1001"
+# lsusb: "21a9:1001" (no string for the vendor name available)
 ATTRS{idVendor}=="21a9", ATTRS{idProduct}=="1001", MODE="664", GROUP="plugdev"
 
-# Cypress FX2 without EEPROM
+# (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"
 
@@ -146,4 +171,4 @@ 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"
 
-LABEL="sigrok_rules_end"
+LABEL="libsigrok_rules_end"