]> git.friedersdorff.com Git - max/tmk_keyboard.git/commit
ibmpc: Fix buffer full check
authortmk <hasu@tmk-kbd.com>
Tue, 12 May 2020 09:28:07 +0000 (18:28 +0900)
committertmk <hasu@tmk-kbd.com>
Tue, 12 May 2020 09:28:07 +0000 (18:28 +0900)
commit77c5017cb2bd0f5c8b9e5f2ca9748739ee1537cc
tree5ed39db015343fb9164b111e11e8eccacace6147
parent4028b200be6c8bfd1026af59d1db85a2706b8f74
ibmpc: Fix buffer full check

recv_data should appear to as 'sstt' when it is full with two data.
Both upper and lower byte should be checked.
tmk_core/protocol/ibmpc.c