]> git.donarmstrong.com Git - qmk_firmware.git/commit
Always read two bytes from the endpoint if we have two bytes to read
authorfauxpark <fauxpark@gmail.com>
Tue, 22 Jan 2019 10:43:17 +0000 (21:43 +1100)
committerDrashna Jaelre <drashna@live.com>
Tue, 22 Jan 2019 17:30:01 +0000 (09:30 -0800)
commitae79b60e6bfc03c7fa84076e508f0f2241f087c2
treee003132a05fe290a3dc52e0200f084a6d244c98d
parent8cf7265f8fae6f94b17c5d78ed41e52b22e2b218
Always read two bytes from the endpoint if we have two bytes to read

When this if statement is false, it will cause the report ID to be read as the LED state.
We already know there are two bytes in the endpoint, which is a reasonably good indicator that it contains a report ID, so we should always read both.
tmk_core/protocol/lufa/lufa.c