z60_flashrom.rules 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. ##
  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. ## Please keep this list sorted alphabetically by vendor/device name.
  22. ##
  23. ##
  24. ## This is tested on udev version 154, other versions may need small fixes.
  25. ##
  26. ## Note that you might want to change the "plugdev" group to whatever is
  27. ## suitable for your respective distribution.
  28. ##
  29. ACTION!="add|change", GOTO="flashrom_rules_end"
  30. SUBSYSTEM!="usb|usb_device", GOTO="flashrom_rules_end"
  31. # Amontec JTAGkey(2)
  32. # http://www.amontec.com/jtagkey.shtml
  33. ATTRS{idVendor}=="0403", ATTRS{idProduct}=="cff8", MODE="664", GROUP="plugdev"
  34. # Buspirate
  35. # http://dangerousprototypes.com/2009/10/08/bus-pirate-raw-spi-mode/
  36. ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="664", GROUP="plugdev"
  37. # Dediprog SF100
  38. # http://www.dediprog.com/SPI-flash-in-circuit-programming/SF100
  39. ATTRS{idVendor}=="0483", ATTRS{idProduct}=="dada", MODE="664", GROUP="plugdev"
  40. # DLP Design DLP-USB1232H
  41. # http://www.dlpdesign.com/usb/usb1232h.shtml
  42. ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6010", MODE="664", GROUP="plugdev"
  43. # FIC OpenMoko Neo1973 Debug board (V2+)
  44. # http://wiki.openmoko.org/wiki/Neo1973_Debug_Board_v2
  45. ATTRS{idVendor}=="1457", ATTRS{idProduct}=="5118", MODE="664", GROUP="plugdev"
  46. # FTDI FT4232H Mini-Module
  47. # http://www.ftdichip.com/Products/EvaluationKits/FT4232H_MiniModule.htm
  48. ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6011", MODE="664", GROUP="plugdev"
  49. # GOEPEL PicoTAP
  50. # http://www.goepel.com/jtagboundary-scan/hardware/picotap.html
  51. ATTRS{idVendor}=="096c", ATTRS{idProduct}=="1449", MODE="664", GROUP="plugdev"
  52. # Olimex ARM-USB-OCD
  53. # http://olimex.com/dev/arm-usb-ocd.html
  54. ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="0003", MODE="664", GROUP="plugdev"
  55. # Olimex ARM-USB-OCD-H
  56. # http://olimex.com/dev/arm-usb-ocd-h.html
  57. ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="002b", MODE="664", GROUP="plugdev"
  58. # Olimex ARM-USB-TINY
  59. # http://olimex.com/dev/arm-usb-tiny.html
  60. ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="0004", MODE="664", GROUP="plugdev"
  61. # Olimex ARM-USB-TINY-H
  62. # http://olimex.com/dev/arm-usb-tiny-h.html
  63. ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="002a", MODE="664", GROUP="plugdev"
  64. # TIAO/DIYGADGET USB Multi-Protocol Adapter (TUMPA)
  65. # http://www.diygadget.com/tiao-usb-multi-protocol-adapter-jtag-spi-i2c-serial.html
  66. ATTRS{idVendor}=="0403", ATTRS{idProduct}=="8a98", MODE="664", GROUP="plugdev"
  67. LABEL="flashrom_rules_end"