Hi Dara,

>       struct ofono_modem *modem;
> @@ -533,6 +552,8 @@ done:
>               add_isi(modem, udev_device);
>       else if (g_strcmp0(driver, "n900") == 0)
>               add_isi(modem, udev_device);
> +     else if (g_strcmp0(driver, "cdmagen") == 0)
> +             add_cdmagen(modem, udev_device);
>  }

this is actually wrong. The generic drivers running against phonesim
should not be done via udev. We did remove atgen for a reason actually
since it was not really useful.

Even the isigen driver needs to be renamed into isiusb or usbpn in the
long term.

Regards

Marcel


_______________________________________________
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono

Reply via email to