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

ED update #171

Open
sallyakj opened this issue Dec 3, 2024 · 3 comments
Open

ED update #171

sallyakj opened this issue Dec 3, 2024 · 3 comments

Comments

@sallyakj
Copy link

sallyakj commented Dec 3, 2024

Hi There,
I'm using the usb host and during the enumeration phase I'm facing an issue, It's in the set address command, the Set Address is prepared well under ED0 for the first device, the host fetches the command , the device changes its address to the new address and acknowledges, the Usb host writes back the status of theTD and part of the ED , but it does not update the new address in the Endpoint_FA - Function Address, Is the host responsible for that ? I'm I missing something?

Thanks,
Sally

@fhaus1
Copy link
Collaborator

fhaus1 commented Dec 5, 2024

Hi Sally,
The FunctionAddress (FA) field of the Endpoint Descriptor is READ ONLY for the host controller as you can see in the OHCI specification. It's the host controller driver that should update this once the transaction was successful.

@sallyakj
Copy link
Author

sallyakj commented Dec 5, 2024

and do you have the HCD in the cheshire?

@fhaus1
Copy link
Collaborator

fhaus1 commented Dec 5, 2024

The HCD is part of the software that you run on cheshire. The linux kernel f.e. already includes one.

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

2 participants