We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ever since switching to the Interrupt OUT Endpoint the Output Report memory blob should also contain the now necessary Report ID 0x01, so extend the context memory and get rid of this unnecessary alloc/copy/free instruction.
0x01
Update all buffer offsets in the helper macros and functions regarding USB and it should be fine.
The text was updated successfully, but these errors were encountered:
6814645
Fixed nefarius#22
22ed630
Reworked and improved memory management on sending Output Reports on USB
73837cf
No branches or pull requests
Ever since switching to the Interrupt OUT Endpoint the Output Report memory blob should also contain the now necessary Report ID
0x01
, so extend the context memory and get rid of this unnecessary alloc/copy/free instruction.Update all buffer offsets in the helper macros and functions regarding USB and it should be fine.
The text was updated successfully, but these errors were encountered: