]> sigrok.org Git - libsigrok.git/blame - contrib/60-libsigrok.rules
zeroplus-logic-cube: Add LAP-16032U
[libsigrok.git] / contrib / 60-libsigrok.rules
CommitLineData
5e59cfbf 1##
50985c20 2## This file is part of the libsigrok project.
5e59cfbf 3##
1663ebe2 4## Copyright (C) 2010-2013 Uwe Hermann <uwe@hermann-uwe.de>
5e59cfbf
UH
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
2ea1fdf1 17## along with this program; if not, see <http://www.gnu.org/licenses/>.
5e59cfbf
UH
18##
19
c108ef08 20#
f19fc2af
SB
21# These rules do not grant any permission by itself, but flag devices
22# supported by libsigrok.
23# The access policy is stored in the 61-libsigrok-plugdev.rules and
24# 61-libsigrok-uaccess.rules.
c108ef08
UH
25#
26# Note: Any syntax changes here will need to be tested against the
27# 'update-device-filter' Makefile target in the sigrok-androidutils
28# repo, since that parses this file.
29#
68fefbd7 30
c108ef08
UH
31#
32# Please keep this list sorted alphabetically by vendor/device name.
33#
5e59cfbf 34
2f8701d1 35ACTION!="add|change", GOTO="libsigrok_rules_end"
8dce54f7 36SUBSYSTEM!="usb|usbmisc|usb_device", GOTO="libsigrok_rules_end"
5e59cfbf 37
57d355a7
BV
38# Agilent USBTMC-connected devices
39# 34405A
f19fc2af 40ATTRS{idVendor}=="0957", ATTRS{idProduct}=="0618", ENV{ID_SIGROK}="1"
57d355a7 41# 34410A
f19fc2af 42ATTRS{idVendor}=="0957", ATTRS{idProduct}=="0607", ENV{ID_SIGROK}="1"
57d355a7 43# DSO1000 series
f19fc2af 44ATTRS{idVendor}=="0957", ATTRS{idProduct}=="0588", ENV{ID_SIGROK}="1"
57d355a7 45
d1056603
UH
46# ASIX SIGMA
47# ASIX SIGMA2
f19fc2af 48ATTRS{idVendor}=="a600", ATTRS{idProduct}=="a000", ENV{ID_SIGROK}="1"
5e59cfbf
UH
49
50# Braintechnology USB-LPS
f19fc2af 51ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0498", ENV{ID_SIGROK}="1"
5e59cfbf 52
9014d459 53# Brymen BU-86X adapter (e.g. for Brymen BM867/BM869 and possibly others).
f19fc2af 54ATTRS{idVendor}=="0820", ATTRS{idProduct}=="0001", ENV{ID_SIGROK}="1"
9014d459 55
1663ebe2 56# CEM DT-8852
f19fc2af 57ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", ENV{ID_SIGROK}="1"
5e59cfbf 58
00910580
UH
59# ChronoVu LA8 (new VID/PID)
60# ChronoVu LA16 (new VID/PID)
f19fc2af 61ATTRS{idVendor}=="0403", ATTRS{idProduct}=="8867", ENV{ID_SIGROK}="1"
00910580 62
3f8d5972 63# CWAV USBee AX
53709673 64# ARMFLY AX-Pro (clone of the CWAV USBee AX)
1663ebe2
UH
65# ARMFLY Mini-Logic (clone of the CWAV USBee AX)
66# EE Electronics ESLA201A (clone of the CWAV USBee AX)
5a01d094 67# HT USBee-AxPro (clone of the CWAV USBee AX)
1663ebe2 68# MCU123 USBee AX Pro clone (clone of the CWAV USBee AX)
5a01d094 69# Noname LHT00SU1 (clone of the CWAV USBee AX)
1663ebe2 70# XZL_Studio AX (clone of the CWAV USBee AX)
f19fc2af 71ATTRS{idVendor}=="08a9", ATTRS{idProduct}=="0014", ENV{ID_SIGROK}="1"
3f8d5972 72
c9166745 73# CWAV USBee DX
5a01d094 74# HT USBee-DxPro (clone of the CWAV USBee DX), not yet supported!
1663ebe2 75# XZL_Studio DX (clone of the CWAV USBee DX)
f19fc2af 76ATTRS{idVendor}=="08a9", ATTRS{idProduct}=="0015", ENV{ID_SIGROK}="1"
c9166745 77
1c418736 78# CWAV USBee SX
f19fc2af 79ATTRS{idVendor}=="08a9", ATTRS{idProduct}=="0009", ENV{ID_SIGROK}="1"
1c418736 80
5a01d094
UH
81# CWAV USBee ZX
82ATTRS{idVendor}=="08a9", ATTRS{idProduct}=="0005", ENV{ID_SIGROK}="1"
83
53709673 84# Cypress FX2 eval boards without EEPROM:
53709673 85# Lcsoft Mini Board
53709673 86# Braintechnology USB Interface V2.x
5a01d094 87# fx2grok-tiny
f19fc2af 88ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="8613", ENV{ID_SIGROK}="1"
53709673 89
1663ebe2 90# Dangerous Prototypes Buspirate (v3)
00910580
UH
91# ChronoVu LA8 (old VID/PID)
92# ChronoVu LA16 (old VID/PID)
5a01d094 93# ftdi-la
f19fc2af 94ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ENV{ID_SIGROK}="1"
1663ebe2
UH
95
96# Dangerous Prototypes Buspirate (v4)
f19fc2af 97ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="fb00", ENV{ID_SIGROK}="1"
1663ebe2 98
0e6510b8 99# DreamSourceLab DSLogic
f19fc2af 100ATTRS{idVendor}=="2a0e", ATTRS{idProduct}=="0001", ENV{ID_SIGROK}="1"
4801798f 101# DreamSourceLab DSLogic Pro
f19fc2af 102ATTRS{idVendor}=="2a0e", ATTRS{idProduct}=="0003", ENV{ID_SIGROK}="1"
545c04f1 103# DreamSourceLab DScope
f19fc2af 104ATTRS{idVendor}=="2a0e", ATTRS{idProduct}=="0002", ENV{ID_SIGROK}="1"
c33f32a9 105# DreamSourceLab DSLogic Plus
f19fc2af 106ATTRS{idVendor}=="2a0e", ATTRS{idProduct}=="0020", ENV{ID_SIGROK}="1"
c33f32a9 107# DreamSourceLab DSLogic Basic
f19fc2af 108ATTRS{idVendor}=="2a0e", ATTRS{idProduct}=="0021", ENV{ID_SIGROK}="1"
0e6510b8 109
851329ca 110# HAMEG HO720
f19fc2af 111ATTRS{idVendor}=="0403", ATTRS{idProduct}=="ed72", ENV{ID_SIGROK}="1"
851329ca
SB
112
113# HAMEG HO730
f19fc2af 114ATTRS{idVendor}=="0403", ATTRS{idProduct}=="ed73", ENV{ID_SIGROK}="1"
851329ca 115
97fbf670 116# Hantek DSO-2090
97fbf670
UH
117# lsusb: "04b4:2090 Cypress Semiconductor Corp."
118# lsusb after FW upload: "04b5:2090 ROHM LSI Systems USA, LLC"
f19fc2af
SB
119ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="2090", ENV{ID_SIGROK}="1"
120ATTRS{idVendor}=="04b5", ATTRS{idProduct}=="2090", ENV{ID_SIGROK}="1"
97fbf670 121
d40a8d14 122# Hantek DSO-2150
d40a8d14
BV
123# lsusb: "04b4:2150 Cypress Semiconductor Corp."
124# lsusb after FW upload: "04b5:2150 ROHM LSI Systems USA, LLC"
f19fc2af
SB
125ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="2150", ENV{ID_SIGROK}="1"
126ATTRS{idVendor}=="04b5", ATTRS{idProduct}=="2150", ENV{ID_SIGROK}="1"
d40a8d14
BV
127
128# Hantek DSO-2250
d40a8d14
BV
129# lsusb: "04b4:2250 Cypress Semiconductor Corp."
130# lsusb after FW upload: "04b5:2250 ROHM LSI Systems USA, LLC"
f19fc2af
SB
131ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="2250", ENV{ID_SIGROK}="1"
132ATTRS{idVendor}=="04b5", ATTRS{idProduct}=="2250", ENV{ID_SIGROK}="1"
d40a8d14
BV
133
134# Hantek DSO-5200
d40a8d14
BV
135# lsusb: "04b4:5200 Cypress Semiconductor Corp."
136# lsusb after FW upload: "04b5:5200 ROHM LSI Systems USA, LLC"
f19fc2af
SB
137ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="5200", ENV{ID_SIGROK}="1"
138ATTRS{idVendor}=="04b5", ATTRS{idProduct}=="5200", ENV{ID_SIGROK}="1"
d40a8d14
BV
139
140# Hantek DSO-5200A
d40a8d14
BV
141# lsusb: "04b4:520a Cypress Semiconductor Corp."
142# lsusb after FW upload: "04b5:520a ROHM LSI Systems USA, LLC"
f19fc2af
SB
143ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="520a", ENV{ID_SIGROK}="1"
144ATTRS{idVendor}=="04b5", ATTRS{idProduct}=="520a", ENV{ID_SIGROK}="1"
d40a8d14 145
157fd444 146# Hantek 6022BE, renumerates as 1d50:608e "sigrok fx2lafw", Serial: Hantek 6022BE
f19fc2af 147ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="6022", ENV{ID_SIGROK}="1"
8ccf5ceb 148
157fd444 149# Hantek 6022BL, renumerates as 1d50:608e "sigrok fx2lafw", Serial: Hantek 6022BL
f19fc2af 150ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="602a", ENV{ID_SIGROK}="1"
efcdec00 151
ce95428c 152# IKALOGIC Scanalogic-2
f19fc2af 153ATTRS{idVendor}=="20a0", ATTRS{idProduct}=="4123", ENV{ID_SIGROK}="1"
0c8dc7b4 154
cdc30138 155# IKALOGIC ScanaPLUS
f19fc2af 156ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6014", ENV{ID_SIGROK}="1"
cdc30138 157
c8bab81c 158# Kecheng KC-330B
f19fc2af 159ATTRS{idVendor}=="1041", ATTRS{idProduct}=="8101", ENV{ID_SIGROK}="1"
c8bab81c 160
1663ebe2
UH
161# Lascar Electronics EL-USB-2
162# Lascar Electronics EL-USB-CO
d1056603 163# This is actually the generic SiLabs (Cygnal) F32x USBXpress VID:PID.
f19fc2af 164ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="0002", ENV{ID_SIGROK}="1"
5ea1e54a 165
8dd5d426 166# LeCroy LogicStudio16
f19fc2af
SB
167ATTRS{idVendor}=="05ff", ATTRS{idProduct}=="a001", ENV{ID_SIGROK}="1"
168ATTRS{idVendor}=="05ff", ATTRS{idProduct}=="a002", ENV{ID_SIGROK}="1"
8dd5d426 169
5e59cfbf 170# Link Instruments MSO-19
f19fc2af 171ATTRS{idVendor}=="3195", ATTRS{idProduct}=="f190", ENV{ID_SIGROK}="1"
5e59cfbf 172
0c8dc7b4 173# Logic Shrimp
f19fc2af 174ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="fa95", ENV{ID_SIGROK}="1"
0c8dc7b4 175
0c8dc7b4 176# MiniLA Mockup
5a01d094 177# ftdi-la
f19fc2af 178ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6010", ENV{ID_SIGROK}="1"
0c8dc7b4 179
1663ebe2
UH
180# MIC 98581
181# MIC 98583
182# Tondaj SL-814
f19fc2af 183ATTRS{idVendor}=="067b", ATTRS{idProduct}=="2303", ENV{ID_SIGROK}="1"
1663ebe2 184
5e59cfbf 185# Openbench Logic Sniffer
f19fc2af 186ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="000a", ENV{ID_SIGROK}="1"
5e59cfbf 187
ad7621d4 188# Rigol DS1000 series
f19fc2af 189ATTRS{idVendor}=="1ab1", ATTRS{idProduct}=="0588", ENV{ID_SIGROK}="1"
82b904b1 190
7637cc60 191# Rigol 1000Z series
f19fc2af 192ATTRS{idVendor}=="1ab1", ATTRS{idProduct}=="04ce", ENV{ID_SIGROK}="1"
7637cc60 193
ad7621d4 194# Rigol DS2000 series
f19fc2af 195ATTRS{idVendor}=="1ab1", ATTRS{idProduct}=="04b0", ENV{ID_SIGROK}="1"
ad7621d4 196
138c0652 197# Rigol DG4000 series
f19fc2af 198ATTRS{idVendor}=="1ab1", ATTRS{idProduct}=="0641", ENV{ID_SIGROK}="1"
138c0652 199
d71ead65 200# Rohde&Schwarz HMO1002 Series VCP/USBTMC mode
f19fc2af
SB
201ATTRS{idVendor}=="0aad", ATTRS{idProduct}=="0118", ENV{ID_SIGROK}="1"
202ATTRS{idVendor}=="0aad", ATTRS{idProduct}=="0119", ENV{ID_SIGROK}="1"
d71ead65 203
157fd444 204# Sainsmart DDS120 / Rocktech BM102, renumerates as 1d50:608e "sigrok fx2lafw", Serial: Sainsmart DDS120
f19fc2af 205ATTRS{idVendor}=="8102", ATTRS{idProduct}=="8102", ENV{ID_SIGROK}="1"
afb001a3 206
5e59cfbf 207# Saleae Logic
53709673 208# EE Electronics ESLA100 (clone of the Saleae Logic)
5a01d094
UH
209# Hantek 6022BL in LA mode (clone of the Saleae Logic)
210# Instrustar ISDS205X in LA mode (clone of the Saleae Logic)
53709673 211# Robomotic MiniLogic (clone of the Saleae Logic)
53709673 212# Robomotic BugLogic 3 (clone of the Saleae Logic)
1663ebe2 213# MCU123 Saleae Logic clone (clone of the Saleae Logic)
f19fc2af 214ATTRS{idVendor}=="0925", ATTRS{idProduct}=="3881", ENV{ID_SIGROK}="1"
5e59cfbf 215
8823146e 216# Saleae Logic16
f19fc2af 217ATTRS{idVendor}=="21a9", ATTRS{idProduct}=="1001", ENV{ID_SIGROK}="1"
8823146e 218
5a01d094
UH
219# Saleae Logic Pro 16
220ATTRS{idVendor}=="21a9", ATTRS{idProduct}=="1006", ENV{ID_SIGROK}="1"
221
2cdd4020 222# sigrok FX2 LA (8ch)
5a01d094 223# fx2grok-flat (before and after renumeration)
f19fc2af 224ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="608c", ENV{ID_SIGROK}="1"
2cdd4020
UH
225
226# sigrok FX2 LA (16ch)
f19fc2af 227ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="608d", ENV{ID_SIGROK}="1"
2cdd4020 228
157fd444 229# sigrok FX2 DSO (2ch)
f19fc2af 230ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="608e", ENV{ID_SIGROK}="1"
157fd444 231
e8cd7d60 232# SysClk LWLA1016
f19fc2af 233ATTRS{idVendor}=="2961", ATTRS{idProduct}=="6688", ENV{ID_SIGROK}="1"
e8cd7d60 234
5874e88d 235# SysClk LWLA1034
f19fc2af 236ATTRS{idVendor}=="2961", ATTRS{idProduct}=="6689", ENV{ID_SIGROK}="1"
5874e88d 237
7079c078 238# Testo 435
f19fc2af 239ATTRS{idVendor}=="128d", ATTRS{idProduct}=="0003", ENV{ID_SIGROK}="1"
7079c078 240
1663ebe2 241# UNI-T UT-D04 multimeter cable (for various UNI-T and rebranded DMMs)
a978eda2 242# http://sigrok.org/wiki/Device_cables#UNI-T_UT-D04
21d464a7 243# UNI-T UT325
f19fc2af 244ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="e008", ENV{ID_SIGROK}="1"
a978eda2 245
1663ebe2
UH
246# V&A VA4000 multimeter cable (for various V&A DMMs)
247# http://sigrok.org/wiki/Device_cables#V.26A_VA4000
f19fc2af 248ATTRS{idVendor}=="04fc", ATTRS{idProduct}=="0201", ENV{ID_SIGROK}="1"
18a98412 249
019d5663 250# Victor 70C
1663ebe2 251# Victor 86C
f19fc2af 252ATTRS{idVendor}=="1244", ATTRS{idProduct}=="d237", ENV{ID_SIGROK}="1"
019d5663 253
5e59cfbf 254# ZEROPLUS Logic Cube LAP-C series
7c3e7b43 255# There are various devices in the ZEROPLUS Logic Cube series:
d1056603
UH
256# 0c12:7002: LAP-16128U
257# 0c12:7009: LAP-C(16064)
258# 0c12:700a: LAP-C(16128)
259# 0c12:700b: LAP-C(32128)
260# 0c12:700c: LAP-C(321000)
261# 0c12:700d: LAP-C(322000)
262# 0c12:700e: LAP-C(16032)
263# 0c12:7016: LAP-C(162000)
5a01d094
UH
264# 0c12:7025: LAP-C(16128+)
265# 0c12:7100: AKIP-9101
f19fc2af 266ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="7002", ENV{ID_SIGROK}="1"
be619379 267ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="7007", ENV{ID_SIGROK}="1"
f19fc2af
SB
268ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="7009", ENV{ID_SIGROK}="1"
269ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="700a", ENV{ID_SIGROK}="1"
270ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="700b", ENV{ID_SIGROK}="1"
271ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="700c", ENV{ID_SIGROK}="1"
272ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="700d", ENV{ID_SIGROK}="1"
273ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="700e", ENV{ID_SIGROK}="1"
274ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="7016", ENV{ID_SIGROK}="1"
5a01d094
UH
275ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="7025", ENV{ID_SIGROK}="1"
276ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="7100", ENV{ID_SIGROK}="1"
5e59cfbf 277
2f8701d1 278LABEL="libsigrok_rules_end"