From: Pierre Ossman Date: Fri, 21 Mar 2008 22:54:50 +0000 (+0100) Subject: mmc: use sysfs groups to handle conditional attributes X-Git-Tag: v2.6.25-rc7~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51ec92e295d563dd5712d198a7e46c2ae5ccccb2;p=pandora-kernel.git mmc: use sysfs groups to handle conditional attributes Suppressing uevents turned out to be a bad idea as it screws up the order of events, making user space very confused. Change the system to use sysfs groups instead. This is a regression that, for some odd reason, has gone unnoticed for some time. It confuses hal so that the block devices (which have the mmc device as a parent) are not registered. End result being that desktop magic when cards are inserted won't work. Signed-off-by: Pierre Ossman Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed