]> sigrok.org Git - libsigrok.git/blob - contrib/z60_libsigrok.rules
sr: Various fixes in the udev file.
[libsigrok.git] / contrib / z60_libsigrok.rules
1 ##
2 ## This file is part of the sigrok project.
3 ##
4 ## Copyright (C) 2010-2012 Uwe Hermann <uwe@hermann-uwe.de>
5 ##
6 ## This program is free software; you can redistribute it and/or modify
7 ## it under the terms of the GNU General Public License as published by
8 ## the Free Software Foundation; either version 2 of the License, or
9 ## (at your option) any later version.
10 ##
11 ## This program is distributed in the hope that it will be useful,
12 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 ## GNU General Public License for more details.
15 ##
16 ## You should have received a copy of the GNU General Public License
17 ## along with this program; if not, write to the Free Software
18 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
19 ##
20
21 ##
22 ## Please keep this list sorted alphabetically by vendor/device name.
23 ##
24
25 ACTION!="add|change", GOTO="libsigrok_rules_end"
26 SUBSYSTEM!="usb|usb_device", GOTO="libsigrok_rules_end"
27
28 # Acute PKLA-1216
29 # http://www.acute.com.tw/product/la.php
30 # lsusb: "05e3:0136 Genesys Logic, Inc."
31 ATTRS{idVendor}=="05e3", ATTRS{idProduct}=="0136", MODE="664", GROUP="plugdev"
32
33 # ASIX SIGMA and SIGMA2
34 # http://tools.asix.net/dbg_sigma.htm
35 # lsusb: "a600:a000 Asix"
36 ATTRS{idVendor}=="a600", ATTRS{idProduct}=="a000", MODE="664", GROUP="plugdev"
37
38 # Braintechnology USB-LPS
39 # http://www.braintechnology.de/braintechnology/usb_lps.html
40 # lsusb: "16d0:0498" (no string for the vendor name available)
41 ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0498", MODE="664", GROUP="plugdev"
42
43 # Buspirate (v3)
44 # http://dangerousprototypes.com/2009/11/03/bus-pirate-logic-analyzer-mode/
45 # lsusb: "0403:6001 Future Technology Devices International,
46 #        Ltd FT232 USB-Serial (UART) IC"
47 #
48 # ChronoVu LA8
49 # http://www.chronovu.com/
50 # lsusb: "0403:6001 Future Technology Devices International,
51 #        Ltd FT232 USB-Serial (UART) IC"
52 ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="664", GROUP="plugdev"
53
54 # CWAV USBee SX
55 # http://www.usbee.com/sx.html
56 # lsusb: "08a9:0009" (no string for the vendor name available)
57 ATTRS{idVendor}=="08a9", ATTRS{idProduct}=="0009", MODE="664", GROUP="plugdev"
58
59 # CWAV USBee AX
60 # http://www.usbee.com/ax.html
61 # lsusb: "08a9:0014" (no string for the vendor name available)
62 #
63 # EE Electronics ESLA201A
64 # http://eeelec.com/xla/
65 # lsusb: "08a9:0014" (no string for the vendor name available)
66 ATTRS{idVendor}=="08a9", ATTRS{idProduct}=="0014", MODE="664", GROUP="plugdev"
67
68 # Ikalogic SCANALOGIC-2 PRO
69 # http://www.ikalogic.com/scanalogic2/
70 # lsusb: "20a0:4123" (no string for the vendor name available)
71 ATTRS{idVendor}=="20a0", ATTRS{idProduct}=="4123", MODE="664", GROUP="plugdev"
72
73 # Intronix Logicport LA1034
74 # http://www.pctestinstruments.com/
75 # lsusb: "0403:dc48 Future Technology Devices International, Ltd"
76 ATTRS{idVendor}=="0403", ATTRS{idProduct}=="dc48", MODE="664", GROUP="plugdev"
77
78 # Link Instruments MSO-19
79 # http://www.linkinstruments.com/mso19.htm
80 # lsusb: "3195:f190 Silicon Labs"
81 ATTRS{idVendor}=="3195", ATTRS{idProduct}=="f190", MODE="664", GROUP="plugdev"
82
83 # Logic Shrimp
84 # http://dangerousprototypes.com/docs/Logic_Shrimp_logic_analyzer
85 # lsusb: "04d8:fa95 Microchip Technology, Inc."
86 ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="fa95", MODE="664", GROUP="plugdev"
87
88 # Microchip PICkit2
89 # http://www.microchip.com/pickit2
90 # lsusb: "04d8:0033 Microchip Technology, Inc. PICkit2"
91 ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="0033", MODE="664", GROUP="plugdev"
92
93 # MiniLA Mockup
94 # http://www.mikrocontroller.net/articles/Minila_Version_MockUp
95 # lsusb: "0403:6010 Future Technology Devices International, Ltd FT2232C Dual USB-UART/FIFO IC"
96 ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6010", MODE="664", GROUP="plugdev"
97
98 # RockyLogic Ant8
99 # http://www.rockylogic.com/products/ant8.html
100 # lsusb: "0403:f918 Future Technology Devices International,
101 #        Ltd Ant8 Logic Probe"
102 #
103 # RockyLogic Ant18e
104 # http://www.rockylogic.com/products/ant18e.html
105 # lsusb: "0403:f918 Future Technology Devices International,
106 #        Ltd Ant8 Logic Probe"
107 ATTRS{idVendor}=="0403", ATTRS{idProduct}=="f918", MODE="664", GROUP="plugdev"
108
109 # Openbench Logic Sniffer
110 # http://www.gadgetfactory.net/gf/project/butterflylogic/
111 # http://dangerousprototypes.com/open-logic-sniffer/
112 # lsusb: "04d8:000a Microchip Technology, Inc."
113 ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="000a", MODE="664", GROUP="plugdev"
114
115 # PoLabs PoScope Basic2
116 # http://www.poscope.com/poscope_basic_2
117 # lsusb: "10c4:ea67 Cygnal Integrated Products, Inc."
118 ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea67", MODE="664", GROUP="plugdev"
119
120 # QuantAsylum QA100
121 # http://www.quantasylum.com/content/Products/QA100.aspx
122 # lsusb: "16c0:4e21 VOTI"
123 ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="4e21", MODE="664", GROUP="plugdev"
124
125 # Rigol VS5202D
126 # http://int.rigol.com/prodserv/Discontinued%20products/
127 # lsusb: "0400:03e8 National Semiconductor Corp."
128 ATTRS{idVendor}=="0400", ATTRS{idProduct}=="03e8", MODE="664", GROUP="plugdev"
129
130 # Saleae Logic
131 # http://www.saleae.com/logic/
132 # lsusb: "0925:3881 Lakeview Research"
133 #
134 # EE Electronics XLA/ESLA100 (clone of the Saleae Logic)
135 # http://eeelec.com/xla/
136 # lsusb: "0925:3881 Lakeview Research"
137 #
138 # Robomotic MiniLogic
139 # http://buglogic.robomotic.com/
140 # lsusb: "0925:3881 Lakeview Research"
141 ATTRS{idVendor}=="0925", ATTRS{idProduct}=="3881", MODE="664", GROUP="plugdev"
142
143 # Saleae Logic16
144 # http://www.saleae.com/logic16/
145 # lsusb: "21a9:1001" (no string for the vendor name available)
146 ATTRS{idVendor}=="21a9", ATTRS{idProduct}=="1001", MODE="664", GROUP="plugdev"
147
148 # (All Cypress FX2 boards without EEPROM)
149 #
150 # Lcsoft Mini Board
151 # http://sigrok.org/wiki/Lcsoft_Mini_Board
152 # lsusb: "04b4:8613 Cypress Semiconductor Corp. CY7C68013 EZ-USB FX2 USB 2.0 Development Kit"
153 ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="8613", MODE="664", GROUP="plugdev"
154
155 # ZEROPLUS Logic Cube LAP-C series
156 # http://www.zeroplus.com.tw/logic-analyzer_en/products.php#top_c
157 # lsusb: "0c12:700e Zeroplus"
158 # There are various devices in the ZEROPLUS Logic Cube LAP-C series:
159 # 0x7009: LAP-C(16064)
160 # 0x700a: LAP-C(16128)
161 # 0x700b: LAP-C(32128)
162 # 0x700c: LAP-C(321000)
163 # 0x700d: LAP-C(322000)
164 # 0x700e: LAP-C(16032)
165 # 0x7016: LAP-C(162000)
166 ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="7009", MODE="664", GROUP="plugdev"
167 ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="700a", MODE="664", GROUP="plugdev"
168 ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="700b", MODE="664", GROUP="plugdev"
169 ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="700c", MODE="664", GROUP="plugdev"
170 ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="700d", MODE="664", GROUP="plugdev"
171 ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="700e", MODE="664", GROUP="plugdev"
172 ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="7016", MODE="664", GROUP="plugdev"
173
174 LABEL="libsigrok_rules_end"