blob: 9fd33308243f308db4a57d79a908f47c146b6b16 [file] [log] [blame]
Uwe Hermann695fb5d2010-07-27 22:00:42 +00001##
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##
Uwe Hermann695fb5d2010-07-27 22:00:42 +000016
17##
18## Please keep this list sorted alphabetically by vendor/device name.
19##
20
21##
22## This is tested on udev version 154, other versions may need small fixes.
23##
24## Note that you might want to change the "plugdev" group to whatever is
25## suitable for your respective distribution.
26##
27
28ACTION!="add|change", GOTO="flashrom_rules_end"
29SUBSYSTEM!="usb|usb_device", GOTO="flashrom_rules_end"
30
31# Amontec JTAGkey(2)
32# http://www.amontec.com/jtagkey.shtml
33ATTRS{idVendor}=="0403", ATTRS{idProduct}=="cff8", MODE="664", GROUP="plugdev"
34
35# Buspirate
36# http://dangerousprototypes.com/2009/10/08/bus-pirate-raw-spi-mode/
37ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="664", GROUP="plugdev"
38
39# Dediprog SF100
40# http://www.dediprog.com/SPI-flash-in-circuit-programming/SF100
41ATTRS{idVendor}=="0483", ATTRS{idProduct}=="dada", MODE="664", GROUP="plugdev"
42
43# DLP Design DLP-USB1232H
44# http://www.dlpdesign.com/usb/usb1232h.shtml
45ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6010", MODE="664", GROUP="plugdev"
46
Uwe Hermann8ebc0462011-06-17 21:25:48 +000047# FIC OpenMoko Neo1973 Debug board (V2+)
48# http://wiki.openmoko.org/wiki/Neo1973_Debug_Board_v2
49ATTRS{idVendor}=="1457", ATTRS{idProduct}=="5118", MODE="664", GROUP="plugdev"
50
Uwe Hermann695fb5d2010-07-27 22:00:42 +000051# FTDI FT4232H Mini-Module
52# http://www.ftdichip.com/Products/EvaluationKits/FT4232H_MiniModule.htm
53ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6011", MODE="664", GROUP="plugdev"
54
Samir Ibradžić7189a5f2011-10-20 23:14:10 +000055# GOEPEL PicoTAP
56# http://www.goepel.com/jtagboundary-scan/hardware/picotap.html
57ATTRS{idVendor}=="096c", ATTRS{idProduct}=="1449", MODE="664", GROUP="plugdev"
58
Todd Broch6800c952016-02-14 15:46:00 +000059# Google servo debug board
60# https://www.chromium.org/chromium-os/servo
61ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="5001", MODE="664", GROUP="plugdev"
62ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="5002", MODE="664", GROUP="plugdev"
63ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="5003", MODE="664", GROUP="plugdev"
64
Jacek Naglak24e1bbb2022-05-18 02:25:13 +020065# Kristech KT-LINK
66# https://kristech.pl/files/KT-LINK-UM-ENG.pdf
67ATTRS{idVendor}=="0403", ATTRS{idProduct}=="bbe2", MODE="664", GROUP="plugdev"
68
Uwe Hermann8ebc0462011-06-17 21:25:48 +000069# Olimex ARM-USB-OCD
70# http://olimex.com/dev/arm-usb-ocd.html
71ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="0003", MODE="664", GROUP="plugdev"
72
73# Olimex ARM-USB-OCD-H
74# http://olimex.com/dev/arm-usb-ocd-h.html
75ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="002b", MODE="664", GROUP="plugdev"
76
77# Olimex ARM-USB-TINY
78# http://olimex.com/dev/arm-usb-tiny.html
79ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="0004", MODE="664", GROUP="plugdev"
80
81# Olimex ARM-USB-TINY-H
82# http://olimex.com/dev/arm-usb-tiny-h.html
83ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="002a", MODE="664", GROUP="plugdev"
84
Uwe Hermann836b26a2011-10-14 20:33:14 +000085# TIAO/DIYGADGET USB Multi-Protocol Adapter (TUMPA)
86# http://www.diygadget.com/tiao-usb-multi-protocol-adapter-jtag-spi-i2c-serial.html
87ATTRS{idVendor}=="0403", ATTRS{idProduct}=="8a98", MODE="664", GROUP="plugdev"
88
Stefan Taunerb66ed842014-04-27 05:07:35 +000089# TIAO/DIYGADGET USB Multi-Protocol Adapter (TUMPA) Lite
90# http://www.tiaowiki.com/w/TIAO_USB_Multi_Protocol_Adapter_Lite_User's_Manual
91ATTRS{idVendor}=="0403", ATTRS{idProduct}=="8a99", MODE="664", GROUP="plugdev"
92
Nico Huber2bf12612016-11-24 12:55:57 +010093# Winchiphead (WCH) CH341a based programmer
94ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="5512", MODE="664", GROUP="plugdev"
95
Uwe Hermann695fb5d2010-07-27 22:00:42 +000096LABEL="flashrom_rules_end"