From: Helge Deller Date: Thu, 25 Dec 2008 20:04:00 +0000 (+0000) Subject: parisc: add uevent helper for parisc bus X-Git-Tag: v2.6.29-rc1~38^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7246c31e45021bc68688c4a8fd2bbb70b485d1ef;p=pandora-kernel.git parisc: add uevent helper for parisc bus parisc: add uevent helper for parisc bus udev device-driver auto detection was failing to work on the GSC bus, since udev didn't knew wich driver to load due to a missing MODALIAS environment variable from kernel. This patch fixes this by adding the MODALIAS environment variable to the uevent kernel notifications. Since modalias_show() generated the modalias string already, I splitted this out and created a new static function make_modalias() which is now used by modalias_show() and the new parisc_uevent() function. Tested on 715/64 and c3000. Signed-off-by: Helge Deller Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed