Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USB HID events sometimes dropped, missing key releases, etc. #84

Closed
petejohanson opened this issue Aug 11, 2020 · 1 comment
Closed
Labels
bug Something isn't working core Core functionality/behavior of ZMK

Comments

@petejohanson
Copy link
Contributor

The Zephyr USB stack doesn't implement any queue-ing of endpoint writes, so if ZMK attempts to send any HID updates while there's an active write occurring, it may fail. There is a small "retry" tried, but no real queue that is saved while waiting for the write to complete.

Implementing this will help be sure no USB updates are dropped.

@petejohanson petejohanson added bug Something isn't working core Core functionality/behavior of ZMK labels Aug 11, 2020
@petejohanson
Copy link
Contributor Author

Fixed by #93, thanks @careyk007 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core Core functionality/behavior of ZMK
Projects
None yet
Development

No branches or pull requests

1 participant