ehci transfer types
Posted: Sat Jun 20, 2020 6:49 am
hello everyone,
I was reading the EHCI specification.
I wrote a driver which can detect attached ports on qemu and real hardware.
I want to talk to the port but im unsure which steps I have to take. like, there are several transfer methods (periodic+queuehead) and I dont see how I should issue a command like setaddress,getdevicedescriptor etcetra and which type I should use.
I hope someone can tell which type i need to use and how to send a command to a port.
thank you in advantage.
I was reading the EHCI specification.
I wrote a driver which can detect attached ports on qemu and real hardware.
I want to talk to the port but im unsure which steps I have to take. like, there are several transfer methods (periodic+queuehead) and I dont see how I should issue a command like setaddress,getdevicedescriptor etcetra and which type I should use.
I hope someone can tell which type i need to use and how to send a command to a port.
thank you in advantage.