Re: [PATCH 1/1] Create network registration driver for hfpmodem

2009-11-04 Thread Denis Kenzior
Hi Gustavo, > This driver handles phone informations about registration status, signal > strength and roaming status listening +CIEV commands. It also gets the > Network Operator name with +COPS commands. This patch has been applied. I just had to do some _very_ minor cleanups of style. Unfor

[PATCH 1/1] Create network registration driver for hfpmodem

2009-11-03 Thread Gustavo F. Padovan
This driver handles phone informations about registration status, signal strength and roaming status listening +CIEV commands. It also gets the Network Operator name with +COPS commands. --- Makefile.am |3 +- drivers/hfpmodem/hfpmodem.c |2 + drive

Re: [PATCH 1/1] Create network registration driver for hfpmodem

2009-11-03 Thread Zhenhua Zhang
Hi Padovan, Gustavo F. Padovan wrote: > This driver handles phone informations about registration status, signal > strength and roaming status listening +CIEV commands. It also gets the > Network Operator name with +COPS commands. > --- > Makefile.am |3 +- > driv

[PATCH 1/1] Create network registration driver for hfpmodem

2009-10-30 Thread Gustavo F. Padovan
This driver handles phone informations about registration status, signal strength and roaming status listening +CIEV commands. It also gets the Network Operator name with +COPS commands. --- Makefile.am |3 +- drivers/hfpmodem/hfpmodem.c |2 + drive

Re: [PATCH 1/1] Create network registration driver for hfpmodem

2009-10-26 Thread Gustavo F. Padovan
On Mon, Oct 26, 2009 at 7:01 AM, Naveen Verma wrote: > > >> >> @@ -0,0 +1,172 @@ >> +/* >> + * >> + *  oFono - Open Source Telephony >> + * >> + *  Copyright (C) 2008-2009  Intel Corporation. All rights reserved. >> + *  Copyright (C) 2009 ProFUSION embedded systems. All rights reserved. >> + * >>

Re: [PATCH 1/1] Create network registration driver for hfpmodem

2009-10-26 Thread Naveen Verma
> @@ -0,0 +1,172 @@ > +/* > + * > + * oFono - Open Source Telephony > + * > + * Copyright (C) 2008-2009 Intel Corporation. All rights reserved. > + * Copyright (C) 2009 ProFUSION embedded systems. All rights reserved. > + * > + * This program is free software; you can redistribute it and/or mo

[PATCH 1/1] Create network registration driver for hfpmodem

2009-10-23 Thread Gustavo F. Padovan
This driver handles phone informations about registration status, signal strength and roaming status listening +CIEV commands. It also gets the Network Operator name with +COPS commands. --- Makefile.am |3 +- drivers/hfpmodem/hfpmodem.c |2 + driver