blob: 6077d2927c928424fd1a606b37c699a87d943c39 [file] [log] [blame]
Nico Huber61dbe362024-11-01 15:02:44 +01001##
2## This file is part of the flashrom 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
17##
18## Please keep this list sorted alphabetically by vendor/device name.
19##
20
21ACTION!="add|change", GOTO="flashprog_rules_end"
22SUBSYSTEM!="usb|usb_device", GOTO="flashprog_rules_end"
23
24# Altera Blaster
25ATTRS{idVendor}=="09fb", ATTRS{idProduct}=="6001", TAG+="uaccess"
26
27# Amontec JTAGkey(2)
28# http://www.amontec.com/jtagkey.shtml
29ATTRS{idVendor}=="0403", ATTRS{idProduct}=="cff8", TAG+="uaccess"
30
31# Buspirate
32# http://dangerousprototypes.com/2009/10/08/bus-pirate-raw-spi-mode/
33ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", TAG+="uaccess"
34
35# Dediprog SF100
36# http://www.dediprog.com/SPI-flash-in-circuit-programming/SF100
37ATTRS{idVendor}=="0483", ATTRS{idProduct}=="dada", TAG+="uaccess"
38
39# DirtyJTAG dongle "Generic Jean THOMAS DirtyJTAG"
40ATTRS{idVendor}=="1209", ATTRS{idProduct}=="c0ca", TAG+="uaccess"
41
42# DLP Design DLP-USB1232H
43# http://www.dlpdesign.com/usb/usb1232h.shtml
44ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6010", TAG+="uaccess"
45
46# FIC OpenMoko Neo1973 Debug board (V2+)
47# http://wiki.openmoko.org/wiki/Neo1973_Debug_Board_v2
48ATTRS{idVendor}=="1457", ATTRS{idProduct}=="5118", TAG+="uaccess"
49
50# FTDI FT4232H Mini-Module
51# http://www.ftdichip.com/Products/EvaluationKits/FT4232H_MiniModule.htm
52ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6011", TAG+="uaccess"
53
54# FTDI FT232H Mini-Module
55ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6014", TAG+="uaccess"
56
57# FTDI FT4222H Mini-Module
58ATTRS{idVendor}=="0403", ATTRS{idProduct}=="601c", TAG+="uaccess"
59
60# GOEPEL PicoTAP
61# http://www.goepel.com/jtagboundary-scan/hardware/picotap.html
62ATTRS{idVendor}=="096c", ATTRS{idProduct}=="1449", TAG+="uaccess"
63
64# Google servo debug board
65# https://www.chromium.org/chromium-os/servo
66ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="5001", TAG+="uaccess"
67ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="5002", TAG+="uaccess"
68ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="5003", TAG+="uaccess"
69
70# Kristech KT-LINK
71# https://kristech.pl/files/KT-LINK-UM-ENG.pdf
72ATTRS{idVendor}=="0403", ATTRS{idProduct}=="bbe2", TAG+="uaccess"
73
74# Microchip Technology, Inc. PICkit2
75ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="0033", TAG+="uaccess"
76
77# Olimex ARM-USB-OCD
78# http://olimex.com/dev/arm-usb-ocd.html
79ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="0003", TAG+="uaccess"
80
81# Olimex ARM-USB-OCD-H
82# http://olimex.com/dev/arm-usb-ocd-h.html
83ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="002b", TAG+="uaccess"
84
85# Olimex ARM-USB-TINY
86# http://olimex.com/dev/arm-usb-tiny.html
87ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="0004", TAG+="uaccess"
88
89# Olimex ARM-USB-TINY-H
90# http://olimex.com/dev/arm-usb-tiny-h.html
91ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="002a", TAG+="uaccess"
92
93# TIAO/DIYGADGET USB Multi-Protocol Adapter (TUMPA)
94# http://www.diygadget.com/tiao-usb-multi-protocol-adapter-jtag-spi-i2c-serial.html
95ATTRS{idVendor}=="0403", ATTRS{idProduct}=="8a98", TAG+="uaccess"
96
97# TIAO/DIYGADGET USB Multi-Protocol Adapter (TUMPA) Lite
98# http://www.tiaowiki.com/w/TIAO_USB_Multi_Protocol_Adapter_Lite_User's_Manual
99ATTRS{idVendor}=="0403", ATTRS{idProduct}=="8a99", TAG+="uaccess"
100
101# Winchiphead (WCH) CH341a based programmer
102ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="5512", TAG+="uaccess"
103
104# Winchiphead (WCH) CH347T/F based programmers
105ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="55db", TAG+="uaccess"
106ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="55de", TAG+="uaccess"
107
108LABEL="flashprog_rules_end"