summaryrefslogtreecommitdiff
path: root/Documentation/firmware_class/hotplug-script
AgeCommit message (Collapse)Author
2010-08-05firmware: Update hotplug scriptMagnus Damm
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>
2004-10-02[PATCH] Use proper sysfs mount-point in documentationJosef \'Jeff\' Sipek
Signed-off-by: Josef "Jeff" Sipek <jeffpc@optonline.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2004-04-11[PATCH] Fix firmware loader docsAndrew Morton
From: Rusty Russell <rusty@rustcorp.com.au> From: Pavel Machek <pavel@ucw.cz> sysfs should be mounted on /sys these days.
2003-06-18[PATCH] DRIVER: request_firmware() hotplug interface documentationManuel Estrada Sainz