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(-) -- 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