Page 1 of 1

EHCI port initialisation

Posted: Fri Aug 30, 2019 2:37 pm
by SanderR
I try to make an EHCI driver read the USB I have been booting from (real hardware).
The test computer I have has UHCI and EHCI PCI entries.
My OS can detect that there is something attached: the status code of this port is 0x100500.
After resetting the port and everything, the status code remains 0x100500.
what am I doing wrong?

The following URL goes to my code: https://github.com/AdeRegt/SanderOSUSB/ ... dev/EHCI.c

Thank you in advantage!