Hi Christophe, On 04/05/2011 01:03 AM, Ostermann, Christophe wrote: > Hi, > > > > I have a first working support of Motorola H24 modem. I ve tested sms / > gprs / call. > > Note that for call I have not fully tested since on my device I do not > have any microphone…. > > If patch is not in the right format, ask me to provide it in another > way. (I ve used quilt to generate it) > This is a great start. However, the patch is all mangled up, either by your MTA or your mail server. I suggest that you use git, git format-patch and git-send-email. It is by far the most painless (and preferred) way to submit patches. > =================================================================== > > --- ofono-0.45.orig/Makefile.in 2011-03-15 15:11:23.000000000 +0100 > > +++ ofono-0.45/Makefile.in 2011-04-04 15:00:52.806400966 +0200 > Please note that this file is not part of the git repository, you really want Makefile.am. Makefile.in is generated by the build system. Regards, -Denis