[GIT PULL] USB fixes for 4.13-rc5

From: Greg KH
Date: Sat Aug 12 2017 - 22:19:45 EST


The following changes since commit 16f73eb02d7e1765ccab3d2018e0bd98eb93d973:

Linux 4.13-rc3 (2017-07-30 12:40:36 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.13-rc5

for you to fetch changes up to 3b6bcd3d093c698d32e93d4da57679b8fbc5e01e:

USB: serial: pl2303: add new ATEN device id (2017-08-10 11:55:00 -0700)

----------------------------------------------------------------
USB fixes for 4.13-rc5

Here are a number of small USB driver fixes and new device ids for
4.13-rc5. There is the usual gadget driver fixes, some new quirks for
"messy" hardware, and some new device ids.

All have been in linux-next with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Alan Stern (2):
usb-storage: fix deadlock involving host lock and scsi_done
USB: Check for dropped connection before switching to full speed

Alan Swanson (1):
uas: Add US_FL_IGNORE_RESIDUE for Initio Corporation INIC-3069

Bin Liu (2):
usb: core: unlink urbs from the tail of the endpoint's urb_list
usb: musb: fix tx fifo flush handling again

Greg Kroah-Hartman (3):
Merge tag 'fixes-for-v4.13-rc4' of git://git.kernel.org/.../balbi/usb into usb-linus
Merge tag 'usb-serial-4.13-rc4' of git://git.kernel.org/.../johan/usb-serial into usb-linus
USB: serial: pl2303: add new ATEN device id

Hector Martin (1):
USB: serial: option: add D-Link DWM-222 device ID

Kai-Heng Feng (1):
usb: quirks: Add no-lpm quirk for Moshi USB to Ethernet Adapter

Manu Gautam (1):
usb: dwc3: gadget: Correct ISOC DATA PIDs for short packets

Rafael J. Wysocki (1):
USB: hcd: Mark secondary HCD as dead if the primary one died

Rajendra Nayak (1):
usb: phy: phy-msm-usb: Fix usage of devm_regulator_bulk_get()

Sandeep Singh (1):
usb:xhci:Add quirk for Certain failing HP keyboard on reset after resume

Stefan Triller (1):
USB: serial: cp210x: add support for Qivicon USB ZigBee dongle

Yoshihiro Shimoda (3):
usb: gadget: udc: renesas_usb3: Fix usb_gadget_giveback_request() calling
usb: renesas_usbhs: Fix UGCTRL2 value for R-Car Gen3
usb: renesas_usbhs: gadget: fix unused-but-set-variable warning

drivers/usb/core/hcd.c | 4 +++-
drivers/usb/core/hub.c | 10 ++++++----
drivers/usb/core/quirks.c | 4 ++++
drivers/usb/dwc3/gadget.c | 33 ++++++++++++++++++++++++++++++++-
drivers/usb/gadget/udc/renesas_usb3.c | 21 ++++++++++++++++-----
drivers/usb/host/pci-quirks.c | 17 ++++++++++++-----
drivers/usb/musb/musb_host.c | 1 +
drivers/usb/phy/phy-msm-usb.c | 17 +++++++++--------
drivers/usb/renesas_usbhs/mod_gadget.c | 5 +----
drivers/usb/renesas_usbhs/rcar3.c | 9 +++++++--
drivers/usb/serial/cp210x.c | 1 +
drivers/usb/serial/option.c | 2 ++
drivers/usb/serial/pl2303.c | 2 ++
drivers/usb/serial/pl2303.h | 1 +
drivers/usb/storage/unusual_uas.h | 4 ++--
drivers/usb/storage/usb.c | 18 ++++++++++++------
16 files changed, 111 insertions(+), 38 deletions(-)