mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-24 07:20:56 +07:00
9 lines
255 B
Plaintext
9 lines
255 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 $devnode"
|
|
KERNEL=="mtd*ro", ENV{MTD_FTL}=="smartmedia", IMPORT{builtin}="kmod load sm_ftl"
|
|
|
|
LABEL="mtd_probe_end"
|