From a8aab0e95b18c772c91104c02a283d03180ff19f Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 17 Jun 2009 02:33:49 +0200 Subject: rules: remove MMC rule, 2.6.30 has the modalias --- rules/rules.d/80-drivers.rules | 2 -- 1 file changed, 2 deletions(-) (limited to 'rules/rules.d') diff --git a/rules/rules.d/80-drivers.rules b/rules/rules.d/80-drivers.rules index 68420b9b19..63409cc01f 100644 --- a/rules/rules.d/80-drivers.rules +++ b/rules/rules.d/80-drivers.rules @@ -6,10 +6,8 @@ DRIVER!="?*", ENV{MODALIAS}=="?*", RUN{ignore_error}+="/sbin/modprobe -b $env{MO SUBSYSTEM=="tifm", ENV{TIFM_CARD_TYPE}=="SD", RUN+="/sbin/modprobe -b tifm_sd" SUBSYSTEM=="tifm", ENV{TIFM_CARD_TYPE}=="MS", RUN+="/sbin/modprobe -b tifm_ms" SUBSYSTEM=="memstick", RUN+="/sbin/modprobe -b --all ms_block mspro_block" -SUBSYSTEM=="mmc", RUN+="/sbin/modprobe -b mmc_block" SUBSYSTEM=="i2o", RUN+="/sbin/modprobe -b i2o_block" SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", TEST!="[module/sg]", RUN+="/sbin/modprobe -b sg" SUBSYSTEM=="module", KERNEL=="parport_pc", RUN+="/sbin/modprobe -b ppdev" LABEL="drivers_end" - -- cgit v1.2.3-54-g00ecf