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!