From: Kay Sievers Date: Wed, 19 Oct 2011 18:42:10 +0000 (+0200) Subject: rules: do not load sg module X-Git-Tag: 174~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=09637f743414e2c36d6c5b032d77d76dbeb86b31 rules: do not load sg module --- diff --git a/rules/rules.d/80-drivers.rules b/rules/rules.d/80-drivers.rules index 04a86bdbc..cf89735d6 100644 --- a/rules/rules.d/80-drivers.rules +++ b/rules/rules.d/80-drivers.rules @@ -7,7 +7,6 @@ SUBSYSTEM=="tifm", ENV{TIFM_CARD_TYPE}=="SD", RUN+="/sbin/modprobe -bv tifm_sd" SUBSYSTEM=="tifm", ENV{TIFM_CARD_TYPE}=="MS", RUN+="/sbin/modprobe -bv tifm_ms" SUBSYSTEM=="memstick", RUN+="/sbin/modprobe -bv --all ms_block mspro_block" SUBSYSTEM=="i2o", RUN+="/sbin/modprobe -bv i2o_block" -SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", TEST!="[module/sg]", RUN+="/sbin/modprobe -bv sg" SUBSYSTEM=="module", KERNEL=="parport_pc", RUN+="/sbin/modprobe -bv ppdev" LABEL="drivers_end"