blob: 18177f736b5845f6fd153d12261d47e739b0f6b8 [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##
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##
26## This is tested on udev version 154, other versions may need small fixes.
27##
28## Note that you might want to change the "plugdev" group to whatever is
29## suitable for your respective distribution.
30##
31
32ACTION!="add|change", GOTO="flashrom_rules_end"
33SUBSYSTEM!="usb|usb_device", GOTO="flashrom_rules_end"
34
35# Amontec JTAGkey(2)
36# http://www.amontec.com/jtagkey.shtml
37ATTRS{idVendor}=="0403", ATTRS{idProduct}=="cff8", MODE="664", GROUP="plugdev"
38
39# Buspirate
40# http://dangerousprototypes.com/2009/10/08/bus-pirate-raw-spi-mode/
41ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="664", GROUP="plugdev"
42
43# Dediprog SF100
44# http://www.dediprog.com/SPI-flash-in-circuit-programming/SF100
45ATTRS{idVendor}=="0483", ATTRS{idProduct}=="dada", MODE="664", GROUP="plugdev"
46
47# DLP Design DLP-USB1232H
48# http://www.dlpdesign.com/usb/usb1232h.shtml
49ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6010", MODE="664", GROUP="plugdev"
50
51# 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
55LABEL="flashrom_rules_end"