The following changes since commit a121103c922847ba5010819a3f250f1f7fc84ab8: Linux 4.10-rc3 (2017-01-08 14:18:17 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.10-rc4 for you to fetch changes up to 97f9c5f211d1f063b1745370e6b4fd64d6adaeff: Merge tag 'usb-serial-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2017-01-12 18:17:38 +0100) ---------------------------------------------------------------- USB fixes for 4.10-rc4 Here are a few small USB driver fixes for 4.10-rc4 to resolve some reported issues. The "largest" here is a number of bugs being fixed in the ch341 usb-serial driver, to hopefully resolve the mess of different devices floating around that use this driver that have been having problems with the 4.10-rc1 release. There's also a tiny musb fix that I missed in the last pull request, as well as the traditional xhci fix rounding out the batch. All have been in linux-next with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Andy Lutomirski (1): wusbcore: Fix one more crypto-on-the-stack bug Bin Liu (1): usb: musb: fix runtime PM in debugfs Greg Kroah-Hartman (1): Merge tag 'usb-serial-4.10-rc4' of git://git.kernel.org/.../johan/usb-serial into usb-linus Johan Hovold (9): USB: serial: ch341: fix initial modem-control state USB: serial: ch341: fix open and resume after B0 USB: serial: ch341: fix modem-control and B0 handling USB: serial: ch341: fix open error handling USB: serial: ch341: fix resume after reset USB: serial: ch341: fix line settings after reset-resume USB: serial: ch341: fix baud rate and line-control handling USB: serial: kl5kusb105: fix line-state error handling USB: serial: ch341: fix control-message error handling Mathias Nyman (1): xhci: fix deadlock at host remove by running watchdog correctly drivers/usb/host/xhci-ring.c | 11 ---- drivers/usb/host/xhci.c | 13 ----- drivers/usb/musb/musb_debugfs.c | 20 +++++++- drivers/usb/serial/ch341.c | 108 +++++++++++++++++++++++++++------------- drivers/usb/serial/kl5kusb105.c | 9 ++-- drivers/usb/wusbcore/crypto.c | 3 +- 6 files changed, 98 insertions(+), 66 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html