Re: [PATCH] HID: usbhid: get/put around clearing needs_remote_wakeup

From: Alan Stern
Date: Fri Nov 14 2014 - 10:17:21 EST


On Thu, 13 Nov 2014, Benson Leung wrote:

> Hi Alan,
>
> On Thu, Nov 13, 2014 at 2:11 PM, Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> wrote:
> > Wait a minute -- in your previous email you said this approach didn't
> > work. So does it work or doesn't it?
>
> Sorry for the confusion. The approach *does* work.
>
> That was actually my original idea to fix the problem, but I saw other
> places in the kernel where it was done with a get/put.

The reason for the get/put is to force a call to autosuspend_check().
But in this case, if killing the interrupt URB causes
autosuspend_check() to run then the get/put isn't needed.

On the other hand, I don't see why killing the interrupt URB would
cause autosuspend_check() to run. Can you explain that?

Alan Stern



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/