]> git.friedersdorff.com Git - max/tmk_keyboard.git/commit
lufa: Fix for freeze at re/boot time problem
authortmk <hasu@tmk-kbd.com>
Fri, 29 Mar 2019 06:45:20 +0000 (15:45 +0900)
committertmk <hasu@tmk-kbd.com>
Fri, 10 May 2019 00:43:44 +0000 (09:43 +0900)
commit993a9b02f77eda8b06cf096f345ad3f35fafc7ba
tree32ce99f29d74ac4fa9d3155b450ef0173f079c8c
parent1e0af6809d67d6438e80daf767d19fbe11d3b361
lufa: Fix for freeze at re/boot time problem

Calling led_set() in ISR can cause the problem. With converter
especially, led_set() can take long time and USB can be stuck in the end.
USB-USB converter freezes occasionally when computer power up or reboot.
https://geekhack.org/index.php?topic=69169.msg2740179#msg2740179
This is also related to suspend/wakeup issue #386.
tmk_core/protocol/lufa/lufa.c