[PATCH][RFC] guarantee that udi get generated before process FDI
Danny Kukawka
danny.kukawka at web.de
Mon Jan 8 10:59:25 PST 2007
On Thursday 21 December 2006 20:02, David Zeuthen wrote:
> On Wed, 2006-12-20 at 16:25 +0100, Danny Kukawka wrote:
[...]
> Your patch for the Solaris bits looks wrong to me
>
> > --- a/hald/solaris/devinfo_storage.c
> > +++ b/hald/solaris/devinfo_storage.c
> > @@ -1172,11 +1172,11 @@ devinfo_storage_probing_done (HalDevice
> >
> > devinfo_storage_set_nicknames (d);
> >
> > - /* Merge properties from .fdi files */
> > + hal_util_callout_device_add (d, devinfo_callouts_add_done,
> > end_token, NULL);
> > +
> > + /* Merge properties from .fdi files */
> > di_search_and_merge (d, DEVICE_INFO_TYPE_INFORMATION);
> > di_search_and_merge (d, DEVICE_INFO_TYPE_POLICY);
> > -
> > - hal_util_callout_device_add (d, devinfo_callouts_add_done,
> > end_token, NULL);
Without this lines okay to commit?
Danny
More information about the hal
mailing list