Commit cd9e6c0
committed
Temporary USB host fix
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.1 parent 380b8bd commit cd9e6c0
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
| 71 | + | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments