mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-03 21:27:00 +07:00
11 lines
221 B
Plaintext
11 lines
221 B
Plaintext
|
#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"
|
||
|
|