Skip to content

Temporary USB host fix #10220

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

Closed
wants to merge 2 commits into from
Closed

Conversation

tannewt
Copy link
Member

@tannewt tannewt commented Apr 2, 2025

The close endpoints update broke our ability to open endpoints that the native TinyUSB driver had already opened. We need to add a way to fully detach the native driver.

Until then, limit the native HID driver to keyboards only. CircuitPython uses this for the native keyboard support.

@tannewt tannewt requested a review from dhalbert April 2, 2025 18:59
tannewt added 2 commits April 2, 2025 12:25
The close endpoints update broke our ability to open endpoints that
the native TinyUSB driver had already opened. We need to add a way
to fully detach the native driver.

Until then, limit the native HID driver to keyboards only.
CircuitPython uses this for the native keyboard support.
@tannewt tannewt force-pushed the temp_tinyusb_fix branch from 857512d to 15620cb Compare April 2, 2025 19:39
@tannewt
Copy link
Member Author

tannewt commented Apr 2, 2025

I added an additional fix here to CP so that the deinit method is correctly called as a finaliser.

@hathach
Copy link
Member

hathach commented Apr 3, 2025

should be fixed with sekigon-gonnoc/Pico-PIO-USB#173 and sekigon-gonnoc/Pico-PIO-USB#173

@dhalbert
Copy link
Collaborator

dhalbert commented Apr 4, 2025

Closed in favor of #10221.

@dhalbert dhalbert closed this Apr 4, 2025
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.

3 participants