Hi Greg

Third version
A few more xhci fixes for usb-linus 4.11-rc

Most important is the URB dequeue fix that resolves a hang on resume
reported by Diego Viola on his DELL Inspiron 5558.

v3:
 - make patch 2/3 very targeted and only fix the missing case of how we
   handle  control transfers stopped at status stage.
 - Clean up commit messages

v2:
 -  Don't add extra blank line, and Fix tranfer -> transfer typos

Adam Wallis (1):
  xhci: plat: Register shutdown for xhci_plat

Mathias Nyman (2):
  xhci: Set URB actual length for stopped control transfers
  xhci: Manually give back cancelled URB if we can't queue it for cancel

 drivers/usb/host/xhci-plat.c |  1 +
 drivers/usb/host/xhci-ring.c |  3 +++
 drivers/usb/host/xhci.c      | 43 +++++++++++++++++++++++++------------------
 3 files changed, 29 insertions(+), 18 deletions(-)

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to