-
Notifications
You must be signed in to change notification settings - Fork 73
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
libusbgx uses 0x409 for language instead of 0x0409 #45
Comments
Hmmm... What is the kernel reaction if you try to provide both 0x0409 and 0x409? |
@buzmeg can you check the question that was asked here? Also can you resubmit this patch as a pull request instead, so you can be credited in the commit log? |
It's been a while since I have even touched anything USB. I eventually just decided that I was banging into too many obscure corners of the USB Gadget system and that libusbgx was not really going to be able to help. Consequently, I haven't looked at this in forever. Sorry. |
Old bug that I no longer can help track. Closing. |
This caused me no end of grief today. I was kept getting USBG_ERROR_NOT_FOUND on my language directories. It turns out that libusbg regards 0x409 and 0x0409 as different.
It should probably deal with both, but I'm pretty sure that 0x0409 is canonical with the standard, so libusbgx probably needs to accept and emit that.
Thanks.
The text was updated successfully, but these errors were encountered: