1 Aug 2012 21:33
[PATCH] udev: fix typo
William Hubbs <w.d.hubbs <at> gmail.com>
2012-08-01 19:33:31 GMT
2012-08-01 19:33:31 GMT
---
rules/80-drivers.rules | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/rules/80-drivers.rules b/rules/80-drivers.rules
index 692510c..38ebfeb 100644
--- a/rules/80-drivers.rules
+++ b/rules/80-drivers.rules
<at> <at> -7,6 +7,6 <at> <at> SUBSYSTEM=="tifm", ENV{TIFM_CARD_TYPE}=="SD", IMPORT{builtin}="kmod load tifm_sd
SUBSYSTEM=="tifm", ENV{TIFM_CARD_TYPE}=="MS", IMPORT{builtin}="kmod load tifm_ms"
SUBSYSTEM=="memstick", IMPORT{builtin}="kmod load ms_block mspro_block"
SUBSYSTEM=="i2o", IMPORT{builtin}="kmod load i2o_block"
-SUBSYSTEM=="module", KERNEL=="parport_pc", RUN{builtin}="kmod load ppdev"
+SUBSYSTEM=="module", KERNEL=="parport_pc", IMPORT{builtin}="kmod load ppdev"
LABEL="drivers_end"
--
--
1.7.8.6
--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
RSS Feed