We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I see in winusb.h:
/* Arbitrary, but must be equivalent to the last character in the special OS descriptor string */ #define WINUSB_MS_VENDOR_CODE 0x21
But I cannot see where is the OS descriptor string defined; I sed it only being used in winusb.h
if (req->bRequest != WINUSB_MS_VENDOR_CODE) { return USBD_REQ_NEXT_CALLBACK; }
but I don't see the actual descriptor anywhere.
The text was updated successfully, but these errors were encountered:
Oh, that's because 0x21 is actually ! and I see it in MSFT101!. I did not notice that. Closing.
0x21
!
MSFT101!
Sorry, something went wrong.
See #7
No branches or pull requests
I see in winusb.h:
But I cannot see where is the OS descriptor string defined; I sed it only being used in winusb.h
but I don't see the actual descriptor anywhere.
The text was updated successfully, but these errors were encountered: