Hi Mikel, On 10/21/2011 11:51 AM, Mikel Astiz wrote: > --- > plugins/hfp_hf.c | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/plugins/hfp_hf.c b/plugins/hfp_hf.c > index ba06434..c9451d2 100644 > --- a/plugins/hfp_hf.c > +++ b/plugins/hfp_hf.c > @@ -38,6 +38,7 @@ > #include > #include > #include > +#include > #include > #include > #include > @@ -232,6 +233,9 @@ static int hfp_hf_probe(const char *device, const char *dev_addr, > > ofono_modem_set_data(modem, data); > ofono_modem_set_name(modem, alias); > + > + ofono_devinfo_create(modem, 0, "hfpmodem", (void *) dev_addr); > + Why is this being done in probe and not pre_sim? > ofono_modem_register(modem); > > g_hash_table_insert(modem_hash, g_strdup(device), modem); Regards, -Denis