]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commiteb4419a4599ff3bf1bdc7b05b0a83d14d9b6607c
treebce11a9de7926e21c38dd4e3e477ca5cbecf6325
parent759caa1de62cbd26b0e4fe49e761b524acd17ea3
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