summaryrefslogtreecommitdiff
path: root/extras/mtd_probe/75-probe_mtd.rules
blob: 1d1b398175d337287ee621a24006eebb27c3297d (plain)
1
2
3
4
5
6
7
8
9
10
#probe mtd devices for FTL

ACTION!="add", GOTO="mtd_probe_end"

KERNEL=="mtd*ro", IMPORT{program}="mtd_probe $tempnode"
KERNEL=="mtd*ro", ENV{MTD_FTL}=="smartmedia", RUN+="/sbin/modprobe sm_ftl"


LABEL="mtd_probe_end"