commit | 3317fad5e9c741e758707879c68e20de2cb08f87 | [log] [tgz] |
---|---|---|
author | Magnus Damm <damm@opensource.se> | Fri Jun 25 17:55:11 2010 +0900 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Aug 05 13:53:34 2010 -0700 |
tree | bce11a9de7926e21c38dd4e3e477ca5cbecf6325 | |
parent | 737a3bb9416ce2a7c7a4170852473a4fcc9c67e8 [diff] |
firmware: Update hotplug script Update the in-kernel hotplug example script to work properly with recent kernels. Without this fix the script may load the firmware twice - both at "add" and "remove" time. The second load only triggers in the case when multiple firmware images are used. A good example is the b43 driver which does not work properly without this fix. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>