From: Bandu on
Hi,

I'm developing multi port USB to serial driver.

I got a problem on some PC, I got a problem that
IOCTL_INTERNAL_USB_SUBMIT_URB (vendor request) call didn't return
until I remove the USB device. It is not happening on every port.

What would be the reason that cause IOCTL_INTERNAL_USB_SUBMIT_URB
(vendor request) to get stuck in USB hub driver?


Regards,

Bandu
From: Doron Holan [MSFT] on
most likely your device is not behaving properly during the control transfer

--

This posting is provided "AS IS" with no warranties, and confers no rights.


"Bandu" <m.bandu(a)gmail.com> wrote in message
news:f2b8f8ee-439c-452e-bba2-35a32863c0df(a)z34g2000vbl.googlegroups.com...
> Hi,
>
> I'm developing multi port USB to serial driver.
>
> I got a problem on some PC, I got a problem that
> IOCTL_INTERNAL_USB_SUBMIT_URB (vendor request) call didn't return
> until I remove the USB device. It is not happening on every port.
>
> What would be the reason that cause IOCTL_INTERNAL_USB_SUBMIT_URB
> (vendor request) to get stuck in USB hub driver?
>
>
> Regards,
>
> Bandu