Hi,
From: ofono-bounces(a)ofono.org [mailto:ofono-bounces@ofono.org] On
Behalf Of Zheng Zhang
Sent: Friday, July 16, 2010 4:05 PM
To: ofono(a)ofono.org
Subject: Porting the oFono to our HW platform
Hi everyone,
I am studying the oFono, and maybe we have a future task to port the oFono to our HW
platform, so how much work we should do? And I have concerned that the task should cover
ofono/drivers and ofono/plugins.
Generally speaking, the CPU vender should help us for the ofono/drivers for their own
modems.And we will make the plugin works well between the oFono Core and drivers.(Maybe
the the main job is to populate the struct ofono_modem_driver)
Is my understanding correct? Thank you for your suggestions!
It depends on what kind of modem you have, and how many features you want to support. In
general, to make oFono recognize your modem would not be very hard, given that your modem
driver (just hardware driver, not the ones in ofono/drivers directory) is ready. But if
your modem is specific, most of effort would be paid in ofono/drivers directory.
Otherwise, you may reuse exist AT driver or other drivers, and the whole workload would be
trivial.
Regards,
-Yang