https://bugzilla.kernel.org/show_bug.cgi?id=103441 bastienphilbert@xxxxxxxxx changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bastienphilbert@xxxxxxxxx --- Comment #1 from bastienphilbert@xxxxxxxxx --- In the file drivers/input/evdev.c from the root of the kernel directory can you change in the function evdev_cleanup: if (evdev->open) { input_flush_device(handle, NULL); input_close_device(handle); } } to: if (evdev->open) input_close_device(handle); and tell me if that fixes your problem. -- You are receiving this mail because: You are the assignee for the bug. -- 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