[vbox-dev] I found wrong code. could you correct code and release new version?
서희원
he1.woof at gmail.com
Tue Jun 4 04:09:24 PDT 2013
I reported usb problem at https://www.virtualbox.org/ticket/11840,
https://www.virtualbox.org/ticket/11839
\vbox\hostdrivers\vboxusb\win\dev\vboxusbrt.cpp vboxUsbRtUrbSend() line
1330
for (ULONG i = 0; i = pUrbInfo->numIsoPkts; ++i)
should correct
for (ULONG i = 0; i < pUrbInfo->numIsoPkts; ++i)
if correct this code, many USB devices using ISOC will be work. (WebCam,
fingerprint scanner ...)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.virtualbox.org/pipermail/vbox-dev/attachments/20130604/41ddcfac/attachment.html
More information about the vbox-dev
mailing list