uac2_headset descriptors seem wrong #3249
abainbridge
started this conversation in
General
Replies: 1 comment
-
You are right, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've probably misunderstood something but here goes...
The uac2_headset example seems to mix-up which interface/endpoint is which. Eg the interface configured as a speaker has string index 5:
tinyusb/examples/device/uac2_headset/src/usb_descriptors.h
Line 111 in f674561
And string index 5 is defined as microphone:
tinyusb/examples/device/uac2_headset/src/usb_descriptors.c
Line 151 in f674561
Beta Was this translation helpful? Give feedback.
All reactions