mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-24 02:20:45 +07:00
9 lines
258 B
Plaintext
9 lines
258 B
Plaintext
# do not edit this file, it will be overwritten on update
|
|
|
|
ACTION!="add", GOTO="mtd_probe_end"
|
|
|
|
KERNEL=="mtd*ro", IMPORT{program}="mtd_probe $tempnode"
|
|
KERNEL=="mtd*ro", ENV{MTD_FTL}=="smartmedia", RUN+="@sbindir@/modprobe -bv sm_ftl"
|
|
|
|
LABEL="mtd_probe_end"
|