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 interrupt EP polling redesign #64

Open
klogg opened this issue May 10, 2024 · 1 comment
Open

USB interrupt EP polling redesign #64

klogg opened this issue May 10, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@klogg
Copy link
Owner

klogg commented May 10, 2024

Сhange the approach of interrupt processing to fully synchronous (it is anyway is done in workqueue) with usb_interrupt_msg(). This will help avoiding access to bInterval directly in the code.

@klogg klogg self-assigned this May 10, 2024
@klogg klogg added the enhancement New feature or request label May 10, 2024
@klogg
Copy link
Owner Author

klogg commented May 12, 2024

Implemented in #67

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant