From: Jun Wako Date: Sat, 17 Oct 2015 06:28:21 +0000 (+0900) Subject: Fix drop key stroke X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=8bcddd24f7320344aba9c9e757be2a7d516f4faa;hp=8bcddd24f7320344aba9c9e757be2a7d516f4faa;p=max%2Ftmk_keyboard.git Fix drop key stroke Keyboard report should be checked if its transfer finishs successfully. Otherwise key stroke can be missing when other key event occurs before the last report transfer is done. Boot protocol 10ms interval probably causes this problem in case it receives key events in a row within the period. NKRO protocol suffers less or nothing due to its interval 1ms. ---