summaryrefslogtreecommitdiffstats
path: root/rules.d/75-probe_mtd.rules
blob: 8848aeeaedb9bbace68f29baf7160ec6dc2633a4 (plain)
1
2
3
4
5
6
7
# do not edit this file, it will be overwritten on update

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

KERNEL=="mtd*ro", IMPORT{program}="mtd_probe $devnode"

LABEL="mtd_probe_end"