From 32c3968d348fceb58da0aab690ed44e9b8dcae90 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 9 Feb 2009 14:21:20 +0200 Subject: [PATCH] udev: Updated (126 -> 136) --- filesystem/udev/modprobe_rules.patch | 16 ++++++++-------- filesystem/udev/udev.desc | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/filesystem/udev/modprobe_rules.patch b/filesystem/udev/modprobe_rules.patch index 293798f39..c19905014 100644 --- a/filesystem/udev/modprobe_rules.patch +++ b/filesystem/udev/modprobe_rules.patch @@ -14,17 +14,17 @@ # version. # --- SDE-COPYRIGHT-NOTE-END --- ---- ./rules/rules.d/80-drivers.rules.orig 2008-06-12 08:24:30.000000000 +0300 -+++ ./rules/rules.d/80-drivers.rules 2009-02-01 17:13:46.000000000 +0200 -@@ -10,6 +10,11 @@ - SUBSYSTEM=="mmc", RUN+="/sbin/modprobe mmc_block" - SUBSYSTEM=="i2o", RUN+="/sbin/modprobe i2o_block" - SUBSYSTEM=="ide", ATTR{media}=="tape", RUN+="/sbin/modprobe ide-scsi" +--- ./rules/rules.d/80-drivers.rules.orig 2008-12-19 17:00:11.000000000 +0200 ++++ ./rules/rules.d/80-drivers.rules 2009-02-09 13:41:11.000000000 +0200 +@@ -9,6 +9,11 @@ + SUBSYSTEM=="mmc", RUN+="/sbin/modprobe -b mmc_block" + SUBSYSTEM=="i2o", RUN+="/sbin/modprobe -b i2o_block" + SUBSYSTEM=="scsi", ATTR{type}=="8", RUN+="/sbin/modprobe -b ch" +SUBSYSTEM=="scsi", ATTRS{type}=="0", RUN+="/sbin/modprobe sd_mod" +SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", ATTRS{type}=="0|7|14", RUN+="/sbin/modprobe sd_mod" +SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", ATTRS{type}=="1", ATTR{vendor}=="On[sS]tream", RUN+="/sbin/modprobe osst" +SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", ATTRS{type}=="1", RUN+="/sbin/modprobe st" +SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", ATTRS{type}=="[45]", RUN+="/sbin/modprobe sr_mod" - SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", TEST!="[module/sg]", RUN+="/sbin/modprobe sg" - SUBSYSTEM=="module", KERNEL=="parport_pc", RUN+="/sbin/modprobe ppdev" + SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", TEST!="[module/sg]", RUN+="/sbin/modprobe -b sg" + SUBSYSTEM=="module", KERNEL=="parport_pc", RUN+="/sbin/modprobe -b ppdev" diff --git a/filesystem/udev/udev.desc b/filesystem/udev/udev.desc index 50ba64da0..db042c80c 100644 --- a/filesystem/udev/udev.desc +++ b/filesystem/udev/udev.desc @@ -31,8 +31,8 @@ [L] GPL [S] Stable -[V] 126 +[V] 136 [P] X -?---5---9 102.030 -[D] 1715084538 udev-126.tar.bz2 http://ftp.kernel.org/pub/linux/utils/kernel/hotplug/ +[D] 3417462942 udev-136.tar.bz2 http://ftp.kernel.org/pub/linux/utils/kernel/hotplug/