base-files: Use hotplug2 to download firmware

SVN-Revision: 20683
This commit is contained in:
Vasilis Tsiligiannis
2010-04-03 18:21:02 +00:00
parent 2cdfbaa86c
commit a1e4c66c16
2 changed files with 5 additions and 16 deletions

View File

@@ -35,8 +35,8 @@ DEVPATH is set, SUBSYSTEM ~~ (input) {
}
DEVICENAME == device-mapper {
nothrottle
makedev /dev/mapper/control 0600
nothrottle
makedev /dev/mapper/control 0600
}
@@ -45,8 +45,8 @@ DEVPATH is set {
makedev /dev/%DEVICENAME% 0644
}
FIRMWARE is set {
FIRMWARE is set, ACTION == add {
nothrottle
exec /sbin/hotplug-call firmware
load-firmware /lib/firmware
next
}