• Andiry Xu's avatar
    usbcore: enable USB2 LPM if port suspend fails · c3e751e4
    Andiry Xu authored
    USB2 LPM is disabled when device begin to suspend and enabled after device
    is resumed. That's because USB spec does not define the transition from
    U1/U2 state to U3 state.
    
    If usb_port_suspend() fails, usb_port_resume() is never called, and USB2 LPM
    is disabled in this situation. Enable USB2 LPM if port suspend fails.
    
    This patch should be backported to kernels as old as 3.2, that contain
    the commit 65580b43 "xHCI: set USB2
    hardware LPM".
    Signed-off-by: default avatarAndiry Xu <andiry.xu@gmail.com>
    Signed-off-by: default avatarSarah Sharp <sarah.a.sharp@linux.intel.com>
    Cc: stable@vger.kernel.org
    c3e751e4
hub.c 120 KB