Re: [PATCH] Replace Glib type with standard C type

2009-10-24 Thread Marcel Holtmann
Hi Denis, > > Below patch is to replace Glib type with standard C type in hfpmodem.h, > > like guint, guint8, etc. > > > > Patch has been applied. Thanks. please double check the author name is in the right format. Firstname Lastname and not Lastname, Firstname what Exchange always messes up. G

Re: [PATCH] Replace Glib type with standard C type

2009-10-23 Thread Denis Kenzior
Hi Remi, > > Below patch is to replace Glib type with standard C type in hfpmodem.h, > > like guint, guint8, etc. > > I see I am not the only one repulsed by those silly and pointless gtypedefs > > :) For the most part I agree, however typing guint8 sure beats typing unsigned char. I wouldn't m

Re: [PATCH] Replace Glib type with standard C type

2009-10-23 Thread Denis Kenzior
Hi Zhenhua, > Hi, > > Below patch is to replace Glib type with standard C type in hfpmodem.h, > like guint, guint8, etc. > Patch has been applied. Thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: [PATCH] Replace Glib type with standard C type

2009-10-23 Thread Rémi Denis-Courmont
On Fri, 23 Oct 2009 18:20:13 +0800, "Zhang, Zhenhua" wrote: > Below patch is to replace Glib type with standard C type in hfpmodem.h, > like guint, guint8, etc. I see I am not the only one repulsed by those silly and pointless gtypedefs :) -- Rémi Denis-Courmont __

[PATCH] Replace Glib type with standard C type

2009-10-23 Thread Zhang, Zhenhua
Hi, Below patch is to replace Glib type with standard C type in hfpmodem.h, like guint, guint8, etc. Please review it. Regards, Zhenhua --- drivers/hfpmodem/hfpmodem.h |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/hfpmodem/hfpmodem.h b/drivers/hfpmode