[PATCH] rebind: Add rebind mechanism for runtime-resume

2014-03-10 Thread Poulain, Loic
Despite the needs_rebind flag, the interface rebind was never done for the PM runtime resume. This patch fixes this issue by triggering the rebind in usb runtime resume. The rebind procedure needs to be called with the device lock. However, depending the call path (remote wakeup, local resume),

Re: [PATCH] rebind: Add rebind mechanism for runtime-resume

2014-03-10 Thread Greg KH
On Mon, Mar 10, 2014 at 05:27:17PM +, Poulain, Loic wrote: Despite the needs_rebind flag, the interface rebind was never done for the PM runtime resume. This patch fixes this issue by triggering the rebind in usb runtime resume. The rebind procedure needs to be called with the device

Re: [PATCH] rebind: Add rebind mechanism for runtime-resume

2014-03-10 Thread Alan Stern
On Mon, 10 Mar 2014, Poulain, Loic wrote: Despite the needs_rebind flag, the interface rebind was never done for the PM runtime resume. This patch fixes this issue by triggering the rebind in usb runtime resume. The rebind procedure needs to be called with the device lock. However,