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 |
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>
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(-)