mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 06:52:22 +03:00
13 lines
582 B
Plaintext
13 lines
582 B
Plaintext
# do not edit this file, it will be overwritten on update
|
|
|
|
ACTION=="remove", GOTO="drivers_end"
|
|
|
|
DRIVER!="?*", ENV{MODALIAS}=="?*", RUN+="@sbindir@/modprobe -bv $env{MODALIAS}"
|
|
SUBSYSTEM=="tifm", ENV{TIFM_CARD_TYPE}=="SD", RUN+="@sbindir@/modprobe -bv tifm_sd"
|
|
SUBSYSTEM=="tifm", ENV{TIFM_CARD_TYPE}=="MS", RUN+="@sbindir@/modprobe -bv tifm_ms"
|
|
SUBSYSTEM=="memstick", RUN+="@sbindir/modprobe -bv --all ms_block mspro_block"
|
|
SUBSYSTEM=="i2o", RUN+="@sbindir@/modprobe -bv i2o_block"
|
|
SUBSYSTEM=="module", KERNEL=="parport_pc", RUN+="@sbindir@/modprobe -bv ppdev"
|
|
|
|
LABEL="drivers_end"
|