On Tue, Dec 07, 2010 at 05:18:27PM +0100, Sebastian Ott wrote:
Not true at all, you get one when a device is attached to a bus. What's
wrong with that notification?
A driver should not add sysfs attributes in its probe function as that
is racy as you have noticed. Add the attributes in the bus functions
for that driver and it should be fine.
None, use the existing notifications like everyone else :)
thanks,
greg k-h
--