From: Kay Sievers Date: Sun, 24 Jul 2011 12:36:04 +0000 (+0930) Subject: module: add /sys/module//uevent files X-Git-Tag: v3.1-rc1~263^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88bfa3247961fe5f3623f4d2cf1cd5dc72457598;p=pandora-kernel.git module: add /sys/module//uevent files Userspace wants to manage module parameters with udev rules. This currently only works for loaded modules, but not for built-in ones. To allow access to the built-in modules we need to re-trigger all module load events that happened before any userspace was running. We already do the same thing for all devices, subsystems(buses) and drivers. This adds the currently missing /sys/module//uevent files to all module entries. Signed-off-by: Kay Sievers Signed-off-by: Rusty Russell (split & trivial fix) --- Reading git-diff-tree failed