VirtualBox + OHCI + HID problem...
Posted: Wed Aug 13, 2014 12:22 pm
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!
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!