VirtualBox + OHCI + HID problem...

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
pikasoo
Member
Member
Posts: 30
Joined: Sun Sep 02, 2012 11:04 am
Contact:

VirtualBox + OHCI + HID problem...

Post by pikasoo »

Hi! as my title sais, im trying to use the "usb toutchpad" of VirtualBox so i can simply drag the mouse over the OS without grabing the host mouse.

My problem is that the Endpoint 1 is aparently stalled, this is the same with a real mouse, but a usb drive work fine with my code.

when i plug the device the OHCI driver of my OS assign an ID and this is confirmed to work as all the information for the "setup" and device identification goes trought, but once i try to read on the endpoint 1 the TD get tagged with the error device not responding.

when looking in the VirtualBox source i found a lot of debug info and also that this error is prety general to most of the "unknow" error that can happen.

Does anyone have a hint on this issue ?
or know how to actualy get VirtualBox to report all the debug logs it can produce (the normal log doesnt give me any information but the source suggest that it can log alot more information)

Thanks!
User avatar
SpyderTL
Member
Member
Posts: 1074
Joined: Sun Sep 19, 2010 10:05 pm

Re: VirtualBox + OHCI + HID problem...

Post by SpyderTL »

Unfortunately, I haven't gotten quite that far, myself.

You may have better luck asking over in the VirtualBox forums: https://forums.virtualbox.org

Check out the "Other Guest" area.
Project: OZone
Source: GitHub
Current Task: LIB/OBJ file support
"The more they overthink the plumbing, the easier it is to stop up the drain." - Montgomery Scott
Post Reply