SOURCES (AC-branch): udev-modprobe.rules - use goodies provided by...
freetz
freetz at pld-linux.org
Tue Jul 4 17:55:49 CEST 2006
Author: freetz Date: Tue Jul 4 15:55:49 2006 GMT
Module: SOURCES Tag: AC-branch
---- Log message:
- use goodies provided by kernel 2.6.16.x, removed pcmcia entries
(pcmciautils packages contains own udev rules), removed input helper, it
is not needed with recent kernels
---- Files affected:
SOURCES:
udev-modprobe.rules (1.11.2.1 -> 1.11.2.2)
---- Diffs:
================================================================
Index: SOURCES/udev-modprobe.rules
diff -u SOURCES/udev-modprobe.rules:1.11.2.1 SOURCES/udev-modprobe.rules:1.11.2.2
--- SOURCES/udev-modprobe.rules:1.11.2.1 Mon Jun 26 21:17:06 2006
+++ SOURCES/udev-modprobe.rules Tue Jul 4 17:55:44 2006
@@ -21,14 +21,10 @@
RUN+="/sbin/modprobe usbhid"
# modprobe on hot plug (and cold plug, which is processed by udevstart)
-SUBSYSTEM=="usb", MODALIAS=="*", \
- RUN+="/sbin/modprobe $modalias"
-SUBSYSTEM=="pcmcia", MODALIAS=="*", \
- RUN+="/sbin/modprobe $modalias"
-SUBSYSTEM=="pcmcia", MODALIAS=="*", \
- RUN+="/bin/sh -c 'echo 1 > /sys/$DEVPATH/allow_func_id_match'"
-SUBSYSTEM=="ieee1394", MODALIAS=="*", \
- RUN+="/sbin/modprobe $modalias"
+SUBSYSTEM=="ide", MODALIAS=="*", RUN+="/sbin/modprobe $modalias"
+SUBSYSTEM=="ieee1394", MODALIAS=="*", RUN+="/sbin/modprobe $modalias"
+SUBSYSTEM=="input", MODALIAS=="*", RUN+="/sbin/modprobe $modalias"
+SUBSYSTEM=="usb", MODALIAS=="*", RUN+="/sbin/modprobe $modalias"
# disks & magneto-optical disk:
SUBSYSTEM=="scsi", SYSFS{type}=="[07]", \
@@ -61,9 +57,6 @@
# helpers
SUBSYSTEM=="net", ENV{INTERFACE}=="*", \
RUN+="/lib/udev/udev_net_helper"
-
-SUBSYSTEM=="input", \
- RUN+="/lib/udev/udev_input_helper"
SUBSYSTEM=="ieee1394", \
RUN+="/lib/udev/udev_ieee1394_helper"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/udev-modprobe.rules?r1=1.11.2.1&r2=1.11.2.2&f=u
More information about the pld-cvs-commit
mailing list