[GIT PULL] USB fixes for 4.13-rc1
From: Greg KH
Date: Fri Jul 07 2017 - 04:26:29 EST
The following changes since commit 41f1830f5a7af77cf5c86359aba3cbd706687e52:
Linux 4.12-rc6 (2017-06-19 22:19:37 +0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.13-rc1
for you to fetch changes up to dec08194ffeccfa1cf085906b53d301930eae18f:
xhci: Limit USB2 port wake support for AMD Promontory hosts (2017-06-20 11:18:20 +0800)
----------------------------------------------------------------
USB fixes for 4.13-rc1
Here are some remaining USB fixes for 4.13-rc1. They were originally
scheduled for 4.12-final, but I didn't send them to you in time.
Because of that, they were in a separate branch from the larger USB set
of patches, so here they are in a separate pull request.
Nothing major here a all, just 3 small patches:
- some usb-serial new device ids
- xhci bugfix for some crazy AMD hardware
All of these have been in linux-next for a long time with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Bjørn Mork (1):
USB: serial: qcserial: new Sierra Wireless EM7305 device ID
Greg Kroah-Hartman (1):
Merge tag 'usb-serial-4.12-rc6' of git://git.kernel.org/.../johan/usb-serial into usb-linus
Jiahau Chang (1):
xhci: Limit USB2 port wake support for AMD Promontory hosts
Johan Hovold (1):
USB: serial: option: add two Longcheer device ids
drivers/usb/host/xhci-hub.c | 3 +++
drivers/usb/host/xhci-pci.c | 12 ++++++++++++
drivers/usb/host/xhci.h | 1 +
drivers/usb/serial/option.c | 4 ++++
drivers/usb/serial/qcserial.c | 1 +
5 files changed, 21 insertions(+)