]> sigrok.org Git - libsigrok.git/blame - contrib/z60_sigrok.rules
Move most contrib/ stuff to libsigrok.
[libsigrok.git] / contrib / z60_sigrok.rules
CommitLineData
5e59cfbf
UH
1##
2## This file is part of the sigrok project.
3##
4## Copyright (C) 2010 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
25ACTION!="add|change", GOTO="sigrok_rules_end"
26SUBSYSTEM!="usb|usb_device", GOTO="sigrok_rules_end"
27
28# ASIX SIGMA
29# http://tools.asix.net/dbg_sigma.htm
30# lsusb: "a600:a000 Asix"
31ATTRS{idVendor}=="a600", ATTRS{idProduct}=="a000", MODE="664", GROUP="plugdev"
32
33# Braintechnology USB-LPS
34# http://www.braintechnology.de/braintechnology/usb_lps.html
35# lsusb: "16d0:0498" (no string for the vendor name available)
36ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0498", MODE="664", GROUP="plugdev"
37
38# Buspirate (v3)
39# http://dangerousprototypes.com/2009/11/03/bus-pirate-logic-analyzer-mode/
40# lsusb "0403:6001 Future Technology Devices International,
41# Ltd FT232 USB-Serial (UART) IC"
42#
43# ChronoVu LA8
44# http://www.chronovu.com/
45# lsusb "0403:6001 Future Technology Devices International,
46# Ltd FT232 USB-Serial (UART) IC"
47ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="664", GROUP="plugdev"
48
49# CWAV USBee SX
50# http://www.usbee.com/sx.html
51# lsusb: "08a9:0009" (no string for the vendor name available)
52ATTRS{idVendor}=="08a9", ATTRS{idProduct}=="0009", MODE="664", GROUP="plugdev"
53
54# Intronix Logicport LA1034
55# http://www.pctestinstruments.com/
56# lsusb: "0403:dc48 Future Technology Devices International, Ltd"
57ATTRS{idVendor}=="0403", ATTRS{idProduct}=="dc48", MODE="664", GROUP="plugdev"
58
59# Link Instruments MSO-19
60# http://www.linkinstruments.com/mso19.htm
61# lsusb: "3195:f190 Silicon Labs"
62ATTRS{idVendor}=="3195", ATTRS{idProduct}=="f190", MODE="664", GROUP="plugdev"
63
64# Microchip PICkit2
65# http://www.microchip.com/pickit2
66# lsusb: "04d8:0033 Microchip Technology, Inc. PICkit2"
67ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="0033", MODE="664", GROUP="plugdev"
68
69# RockyLogic Ant18e
70# http://www.rockylogic.com/products/ant18e.html
71# lsusb: "0403:f918 Future Technology Devices International,
72# Ltd Ant8 Logic Probe"
73ATTRS{idVendor}=="0403", ATTRS{idProduct}=="f918", MODE="664", GROUP="plugdev"
74
75# Openbench Logic Sniffer
76# http://www.gadgetfactory.net/gf/project/butterflylogic/
77# http://dangerousprototypes.com/open-logic-sniffer/
78# lsusb: "04d8:000a Microchip Technology, Inc."
79ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="000a", MODE="664", GROUP="plugdev"
80
81# Saleae Logic
82# http://www.saleae.com/logic/
83# lsusb: "0925:3881 Lakeview Research"
84#
85# EE Electronics XLA/ESLA100 (clone of the Saleae Logic)
86# http://eeelec.com/xla/
87# lsusb: "0925:3881 Lakeview Research"
88ATTRS{idVendor}=="0925", ATTRS{idProduct}=="3881", MODE="664", GROUP="plugdev"
89
90# Cypress FX2 without EEPROM
91# lsusb: "04b4:8613 Cypress Semiconductor Corp. CY7C68013 EZ-USB FX2 USB 2.0 Development Kit"
92ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="8613", MODE="664", GROUP="plugdev"
93
94# ZEROPLUS Logic Cube LAP-C series
95# http://www.zeroplus.com.tw/logic-analyzer_en/products.php#top_c
96# lsusb: "0c12:700e Zeroplus"
97# There are various devices in the ZEROPLUS Logic Cube LAP-C series:
98# 0x7009: LAP-C(16064)
99# 0x700a: LAP-C(16128)
100# 0x700b: LAP-C(32128)
101# 0x700c: LAP-C(321000)
102# 0x700d: LAP-C(322000)
103# 0x700e: LAP-C(16032)
104# 0x7016: LAP-C(162000)
105ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="7009", MODE="664", GROUP="plugdev"
106ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="700a", MODE="664", GROUP="plugdev"
107ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="700b", MODE="664", GROUP="plugdev"
108ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="700c", MODE="664", GROUP="plugdev"
109ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="700d", MODE="664", GROUP="plugdev"
110ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="700e", MODE="664", GROUP="plugdev"
111ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="7016", MODE="664", GROUP="plugdev"
112
113LABEL="sigrok_rules_end"