firmware: Update hotplug script
authorMagnus Damm <damm@opensource.se>
Fri, 25 Jun 2010 08:55:11 +0000 (17:55 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 5 Aug 2010 20:53:34 +0000 (13:53 -0700)
commit3317fad5e9c741e758707879c68e20de2cb08f87
treebce11a9de7926e21c38dd4e3e477ca5cbecf6325
parent737a3bb9416ce2a7c7a4170852473a4fcc9c67e8
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>
Documentation/firmware_class/hotplug-script