Hi Suraj, On Wed, Aug 18, 2010, Suraj Sumangala wrote: > Implements support for Atheros AR300x Bluetooth chip in > hciattach application. Supports configuration download > and power management configure feature. > --- > Makefile.tools | 3 +- > tools/hciattach.8 | 3 + > tools/hciattach.c | 12 + > tools/hciattach.h | 3 + > tools/hciattach_ath3k.c | 953 +++++++++++++++++++++++++++++++++++++++++++++++ > 5 files changed, 973 insertions(+), 1 deletions(-) > create mode 100644 tools/hciattach_ath3k.c Thanks. The patch is now pushed upstream with a minor cleanup of the commit message as well as the following coding style issue: > +static void update_tag_data(struct ps_cfg_entry *tag, > + struct tag_info *info, const char *ptr) The second line uses mixed tabs and spaces for indentation (it should only be tabs). 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