mbox series

[v4,0/2] USB: propose a generic fix for PORT_SUSPEND set feature timeout

Message ID 20210514045405.5261-1-chris.chiu@canonical.com (mailing list archive)
Headers show
Series USB: propose a generic fix for PORT_SUSPEND set feature timeout | expand

Message

Chris Chiu May 14, 2021, 4:54 a.m. UTC
From: Chris Chiu <chris.chiu@canonical.com>

For the Realtek Hub which fails to resume the port which has wakeup
enable descendants, trying to propose a more generic and better fix
to have the runtime suspend/resume work instead of a reset-resume quirk.

Chris Chiu (2):
  USB: Verify the port status when timeout happens during port suspend
  Revert "USB: Add reset-resume quirk for WD19's Realtek Hub"

 drivers/usb/core/hub.c    | 21 +++++++++++++++++++++
 drivers/usb/core/quirks.c |  1 -
 2 files changed, 21 insertions(+), 1 deletion(-)

Comments

Alan Stern May 14, 2021, 3:33 p.m. UTC | #1
On Fri, May 14, 2021 at 12:54:03PM +0800, chris.chiu@canonical.com wrote:
> From: Chris Chiu <chris.chiu@canonical.com>
> 
> For the Realtek Hub which fails to resume the port which has wakeup
> enable descendants, trying to propose a more generic and better fix
> to have the runtime suspend/resume work instead of a reset-resume quirk.
> 
> Chris Chiu (2):
>   USB: Verify the port status when timeout happens during port suspend
>   Revert "USB: Add reset-resume quirk for WD19's Realtek Hub"
> 
>  drivers/usb/core/hub.c    | 21 +++++++++++++++++++++
>  drivers/usb/core/quirks.c |  1 -
>  2 files changed, 21 insertions(+), 1 deletion(-)

For both patches:

Acked-by: Alan Stern <stern@rowland.harvard.edu>