Hi Mikel, On 09/15/2011 11:34 AM, Mikel Astiz wrote: > --- > Makefile.am | 6 +- > include/dbus.h | 1 + > include/handsfree.h | 57 +++++++++++++ > src/handsfree.c | 223 +++++++++++++++++++++++++++++++++++++++++++++++++++ > src/ofono.h | 1 + > 5 files changed, 286 insertions(+), 2 deletions(-) > create mode 100644 include/handsfree.h > create mode 100644 src/handsfree.c > Patch has been applied, however thanks to the magic of git I split it into three patches in line with our 'Submitting patches' guidelines. When adding new atoms I like the patches to be structured this way: - patch against include/dbus.h - patch adding new include/fooatom.h + Makefile.am changes - patch including new src/foo.c + Makefile.am and ofono.h changes Regards, -Denis