From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Drake Date: Wed, 18 Nov 2009 16:24:10 +0000 Subject: Re: device attributes not propogating all of the time Message-Id: <1258561450.23957.13.camel@localhost.localdomain> List-Id: References: <1258535586.2761.21.camel@localhost.localdomain> In-Reply-To: <1258535586.2761.21.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Wed, 2009-11-18 at 19:14 +0300, Andrey Borzenkov wrote: > I do not know whether behaviour you describe is a bug, but you should be > able to get the same simpler > > SUBSYSTEMS="mmc_host", KERNEL="mmcblk*", SYMLINK+="disk/mmc/%b" > > I guess you should be able to also stick SUBSYSTEM="block" in it. Nice and simple - thanks for pointing that out! Daniel