summaryrefslogtreecommitdiff
path: root/packages/udev/udev-084
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2006-04-18 17:22:28 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-18 17:22:28 +0000
commit044e0778328cf0ecc3ded99f014ead4bbcedaa7a (patch)
treed43a9e06336408a8f518743de664830964b85fc6 /packages/udev/udev-084
parent6445cb4dab5a9bdcfb67be5a83125d04133887d9 (diff)
udev: Add udev rule to auto-load the sd_mod module on demand, closing OE bug #811
Add basic auto-mounting support with automatic creation and deletion of mount-points
Diffstat (limited to 'packages/udev/udev-084')
-rw-r--r--packages/udev/udev-084/udev.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/udev/udev-084/udev.rules b/packages/udev/udev-084/udev.rules
index 7b4152c5bf..3ac51b301a 100644
--- a/packages/udev/udev-084/udev.rules
+++ b/packages/udev/udev-084/udev.rules
@@ -15,6 +15,7 @@
# SCSI devices
BUS=="scsi", KERNEL=="sr[0-9]*", NAME="scd%n", SYMLINK+="sr%n"
+SUBSYSTEM=="scsi_device", SYSFS{type}=="0|7|14", RUN+="/sbin/modprobe sd_mod"
# USB devices
BUS=="usb", KERNEL=="auer[0-9]*", NAME="usb/%k"