]> git.friedersdorff.com Git - max/tmk_keyboard.git/commit
usb_usb: Fix startup block bug
authortmk <hasu@tmk-kbd.com>
Thu, 5 Jul 2018 10:20:33 +0000 (19:20 +0900)
committertmk <hasu@tmk-kbd.com>
Thu, 5 Jul 2018 14:40:55 +0000 (23:40 +0900)
commitc2ce617a363f3b9d43aa81f98e70d58f928931f4
treed16d9ed421e13026ae74ae5aea0b9b9334e4806c
parentf8276ddb57c8b13931c3889a0b50711ea20c5d3d
usb_usb: Fix startup block bug

- This bug occurs when sending LED out report before keyboard becomes ready
- Ckecking with isReady() before using SetReport() solves this
- Slow startup keyboard like TMK trrigers this bug and Linux shows following error just after plugin converter
    usb 3-1: device descriptor read/64, error -62
converter/usb_usb/binary/usb_usb_unimap.hex
converter/usb_usb/usb_usb.cpp