[PATCH] Add support of Huawei EM770 modem
Gu, Yang
yang.gu at intel.com
Wed Feb 10 02:17:41 PST 2010
Hi,
This patch is to enable Huawei EM770 modem, which is a full feature modem that supports voicecall, phonebook, call forwarding, call barring, etc.
There are two known parts of code that may have problem and need your comments.
1. Once connecting this modem to PC via USB, we can get 5 tty ports: ttyUSB0, ttyUSB1, ttyUSB2, ttyUSB3 and ttyUSB4. The correct way to talk to this modem is using ttyUSB2. I'm not sure if I handled this correctly in file udev.c.
2. When creating the modem, a global modem id will be appended to the name of it while constructing the path. This modem has name "huawei_em770", thus the path becomes things like "/huawei_em7700" or "/huawei_em7701". This looks strange. Need I change the name of this modem, or can we use some smarter way to append the modem id?
There is also one known issue for this modem: The return of "CSMS=?" from this modem is not compatible with spec. This is deemed as a modem issue, so the sms wouldn't work before this hardware issue get solved.
Comments are welcome!
Regards,
-Yang
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-support-of-Huawei-EM770-modem.patch
Type: application/octet-stream
Size: 8637 bytes
Desc: 0001-Add-support-of-Huawei-EM770-modem.patch
URL: <http://lists.ofono.org/pipermail/ofono/attachments/20100210/5158c74b/attachment-0001.obj>
More information about the ofono
mailing list