Hi Vidhya, > > Hi Denis, > > We have Telit LE920 modem , and working on providing support for LE920 with > ofono.It is currently not been recognized, after check_modem_list, it is > returning. Perhaps, we have to add LE920 modem specific details to ofono driver. > Can you please let us know what modem specific details we need to enter and > in which part of code/configuration files? There are two modem detection plugins at the moment. If your modem is USB based, then plugins/udevng.c is what takes care of it. Adding a new modem subtype is generally a matter of tweaking a few of the look up tables inside. (e.g. vendor_list[], driver_list[], etc). If you modem is using a Serial interface, then plugins/udev.c is used along with a udev rule. See doc/calypso-modem.txt for an example of this. Regards, -Denis