diff options
author | Michael Büsch <mb@bu3sch.de> | 2011-02-06 14:35:07 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2011-02-06 14:35:07 +0000 |
commit | 99c66237f0901ae844b4455a2c9b9536050d587e (patch) | |
tree | c25c56cca3f9980c0cd0e49343090b80d47226b9 | |
parent | c9d7844645883807bc606e9ef0a87fe769d7d68c (diff) | |
download | upstream-99c66237f0901ae844b4455a2c9b9536050d587e.tar.gz upstream-99c66237f0901ae844b4455a2c9b9536050d587e.tar.bz2 upstream-99c66237f0901ae844b4455a2c9b9536050d587e.zip |
hotplug2 rules: Run /etc/hotplug.d/firmware/ scripts (if any) on firmware load events
SVN-Revision: 25383
-rw-r--r-- | package/base-files/files/etc/hotplug2-common.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/files/etc/hotplug2-common.rules b/package/base-files/files/etc/hotplug2-common.rules index 2eb58d7084..2a781b8dac 100644 --- a/package/base-files/files/etc/hotplug2-common.rules +++ b/package/base-files/files/etc/hotplug2-common.rules @@ -40,6 +40,7 @@ DEVPATH is set { } FIRMWARE is set, ACTION == add { + exec /sbin/hotplug-call firmware load-firmware /lib/firmware next-event } |