Re: [PATCH] Add support of Huawei EM770 modem

2010-03-16 Thread Marcel Holtmann
Hi Yang, Comparing with general Huawei modem, EM770 is a full feature modem that supports voicecall, phonebook, call forwarding, call barring, etc. --- Makefile.am|3 + plugins/huawei-em770.c | 226 plugins/ofono.rules

RE: [PATCH] Add support of Huawei EM770 modem

2010-03-16 Thread Gu, Yang
-Original Message- From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of Marcel Holtmann Sent: Tuesday, March 16, 2010 2:45 PM To: ofono@ofono.org Subject: Re: [PATCH] Add support of Huawei EM770 modem Hi Yang, Comparing with general Huawei modem, EM770 is a full

[PATCH] Add support of Huawei EM770 modem

2010-03-16 Thread Yang Gu
Comparing with general Huawei modem, EM770 is a full feature modem that supports voicecall, phonebook, call forwarding, call barring, etc. --- Makefile.am |3 + plugins/em770.c | 226 +++ plugins/ofono.rules |1 + plugins/udev.c

Re: [PATCH] Add support of Huawei EM770 modem

2010-03-16 Thread Marcel Holtmann
Hi Yang, Comparing with general Huawei modem, EM770 is a full feature modem that supports voicecall, phonebook, call forwarding, call barring, etc. --- Makefile.am |3 + plugins/em770.c | 226 +++ plugins/ofono.rules |1

[PATCH] Add support of Huawei EM770 modem

2010-02-23 Thread Gu, Yang
Hi, This is the updated patch to guarantee the correct port is used by using bInterfaceNumber attribute. Please review! Regards, -Yang 0001-Add-support-of-Huawei-EM770-modem.patch Description: 0001-Add-support-of-Huawei-EM770-modem.patch

Re: [PATCH] Add support of Huawei EM770 modem

2010-02-11 Thread Andrzej Zaborowski
On 11 February 2010 06:54, Gu, Yang yang...@intel.com wrote: In oFono code, device4 represents the modem, while device1 is the udev_device when calling function add_huawei_em770(modem, udev_device). When I check if it's ttyUSB2 or not in my code, I think I'm checking the device1 and its

[PATCH] Add support of Huawei EM770 modem

2010-02-10 Thread Gu, Yang
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

Re: [PATCH] Add support of Huawei EM770 modem

2010-02-10 Thread Denis Kenzior
Hi Yang, 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

RE: [PATCH] Add support of Huawei EM770 modem

2010-02-10 Thread Gu, Yang
Hi, Andrew and Denis, -Original Message- From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of Denis Kenzior Sent: Thursday, February 11, 2010 6:38 AM To: ofono@ofono.org Subject: Re: [PATCH] Add support of Huawei EM770 modem Hi Yang, There are two known parts