usb: core: Add 20ms of resume signalling while resuming usb device
Commit 9b04395c ("usb: core: Reduce resume signalling time for devices behind external hub") removed resume signalling time for the devices which are connected behind external hub. Since the current kernel doesn't have skip_resume handling, the devices even connected to root hub will take this resume path while coming out of pm_suspend, and this will lead to reset-resume as the driver is not driving the resume signalling for 20ms. Fix this by removing the check and drive resume signalling for all the devices connected to the root hub. Change-Id: Id13b0b1b55e86ee698b8ae7276b2f55e66f4155e Signed-off-by:Pratham Pratap <prathampratap@codeaurora.org>
Loading
Please register or sign in to comment