[vbox-dev] USB 2.0 Question

임승환 rootkit.lsh at gmail.com
Thu Jun 26 03:32:13 GMT 2014


hi
I am trying to develop a usb ehci.
So I Added code.

1.Registered EHCI Device in the VBoxDeviceRegister() Fucntion.
2.create ehci confignode and attach the status driver.
3.create DevEHCI.cpp file
    ehciR3Construct function has been modified as follows.
     PCIDevSetVendorId (& pEhci-> PciDev, 0x8086);
     PCIDevSetDeviceId (& pEhci-> PciDev, 0x265c);
     PCIDevSetClassProg (& pEhci-> PciDev, 0x20);

But, host controller has not been successfully loaded
and usb root hub has not been registered.

What should I do now consider the progres?

please help me.. :(
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20140626/9f4c7610/attachment.html>


More information about the vbox-dev mailing list