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

Hid report len uint16 #1533

Merged
merged 2 commits into from
Jun 27, 2022
Merged

Hid report len uint16 #1533

merged 2 commits into from
Jun 27, 2022

Conversation

hathach
Copy link
Owner

@hathach hathach commented Jun 27, 2022

Describe the PR
since HS interrupt endpoint can be up to 1024, 8-bit is not enough.
affected APIs are:

  • tud_hid_n_report() / tud_hid_report()
  • tud_hid_report_complete_cb()
  • also house keeping with usbd log

Note: this may cause linking error and require application to update the callback/argument parameter

since HS interrupt endpoint can be up to 1024, 8-bit is not enough.
affected APIs are:
- tud_hid_n_report() / tud_hid_report()
- tud_hid_report_complete_cb()
@hathach hathach merged commit bc0f550 into master Jun 27, 2022
@hathach hathach deleted the hid-report-len-uint16 branch June 27, 2022 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant