Hi Santiago, On Tue, Jul 26, 2011, Santiago Carot-Nemesio wrote: > The following patches don't require the previously submitted patches. > > Adds the plugin and device driver for Health Thermometer Profile. > Not more functionality is added in these patches at the moment, > they are the starting point for the HTP implementation. > > [PATCH 1/3] Initial support for Health Thermometer Profile (HTP) > [PATCH 2/3] Add manager files for HTP > [PATCH 3/3] Add thermometer driver skeleton > > Makefile.am | 7 ++++ > acinclude.m4 | 6 ++++ > bootstrap-configure | 1 + > thermometer/main.c | 62 ++++++++++++++++++++++++++++++++++++++ > thermometer/manager.c | 72 +++++++++++++++++++++++++++++++++++++++++++++ > thermometer/manager.h | 27 +++++++++++++++++ > thermometer/thermometer.c | 41 +++++++++++++++++++++++++ > thermometer/thermometer.h | 27 +++++++++++++++++ > 8 files changed, 243 insertions(+), 0 deletions(-) These three patches have been applied. However, I went ahead and pushed another patch on top of them which removes the per-file author info from thermometer/* and health/*. This information isn't present anywhere else in the source tree, it becomes a pain to maintain in the long run, and it's already covered by the AUTHORS file and the git commit history (you can use e.g. git blame to see who has been working on a specific file). Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html