Hi Andrew, > 2009/10/24 andrzej zaborowski <[email protected]>: > > 2009/10/24 Denis Kenzior <[email protected]>: > >> Ok, so I took the patch and hacked on it for a while. I disagreed with > >> how you split up responsibilities, so much of the logic got moved into > >> the core and the driver was simplified. > > By the way I notice that in most atoms' _create functions, when we > loop over the drivers > and call drv->probe() until we succeed, we still return success even if > none of the drivers succeeded, should we return a NULL?
I think my intention was to eventually have foo_driver_register functions also go through the probe process. Without the driver the atoms are never registered, so the way it is now is OK for now. Regards, -Denis _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
