On Thu, 18 Feb 2016, Daniel Fraga wrote:

> On Thu, 18 Feb 2016 11:18:37 -0500 (EST)
> Alan Stern <[email protected]> wrote:
> 
> > No idea.  Can you collect a usbmon trace for bus 3, starting before the 
> > suspend and showing the problems?
> 
>       Ok Alan, I attached the requested usbmon output for bus 3 (before and 
> after S3).

It looks like there's some problem in the usbhid driver.  Apparently
hid_start_in() gets some sort of error when it submits the input URB, 
because that URB doesn't show up in the usbmon output.

Can you add a debugging line near the end of hid_post_reset() in
drivers/hid/usbhid/hid-core.c to find out what the return value from
hid_start_in() is?

Alan Stern

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to