Skip to content
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

[USB] endpoint_queue_head pointer4 values if EXPERIMENTAL_INTERFACE is set #760

Open
forderud opened this issue Sep 22, 2024 · 0 comments
Open

Comments

@forderud
Copy link

Sorry if asking a newbie question, but I'm trying to understand the thinking behind the pointer4 values used in the endpoint0_setup function when EXPERIMENTAL_INTERFACE is defined (introduced in abff6cb):

endpoint_queue_head[2].pointer4 = 0xB8C6CF5D;
endpoint_queue_head[3].pointer4 = 0x74D59319;

Are 0xB8C6CF5D and 0x74D59319 arbitrary values, or do they have a special meaning?

It would also be great if the bInterfaceProtocol=0xC7 value for the EXPERIMENTAL_INTERFACE could be explained with a comment. Is this a Microsoft-defined protocol code for WinUSB devices, or something else?

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

No branches or pull requests

1 participant