Hi Szymon, On Tue, Oct 22, 2013, Szymon Janc wrote: > Add code handling changing adapter settings. > --- > android/adapter.c | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 129 insertions(+) All patches have been applied, but I merged patch 5 into patch 2 before that. Two things you should keep in mind about this: 1. It's not ok to introduce a bug in one patch and then fix it in another when both patches are part of the same upstream submission (i.e. just don't introduce the patch to begin with if you've already got a fix for it). 2. Learn about git rebase -i and the "fixup" keyword. Fixing this issue was extremely trivial using that. 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