Hi Vinicius, On Thu, Oct 06, 2011, Vinicius Costa Gomes wrote: > +static int signal_received; This needs to be declared volatile and according to our coding style explicitly initialized to 0. Other than that the patch is fine. I went ahead and fixed this issue myself and pushed the patch upstream. Thanks. 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