home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / lib / udev / rules.d / 75-probe_mtd.rules < prev    next >
Encoding:
Text File  |  2010-12-12  |  254 b   |  9 lines

  1. # do not edit this file, it will be overwritten on update
  2.  
  3. ACTION!="add", GOTO="mtd_probe_end"
  4.  
  5. KERNEL=="mtd*ro", IMPORT{program}="mtd_probe $tempnode"
  6. KERNEL=="mtd*ro", ENV{MTD_FTL}=="smartmedia", RUN+="/sbin/modprobe -bv sm_ftl"
  7.  
  8. LABEL="mtd_probe_end"
  9.