Re: [PATCH] Add support of Huawei EM770 modem

2010-02-10 Thread Andrzej Zaborowski
Hi Yang, On 10 February 2010 11:17, Gu, Yang wrote: > 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. If the

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

Re: [PATCH] Add support of Huawei EM770 modem

2010-02-11 Thread Andrzej Zaborowski
On 11 February 2010 06:54, Gu, Yang 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 sysname (Show

Re: [PATCH] Add support of Huawei EM770 modem

2010-03-15 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.rul

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

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