[GIT PULL] USB driver fixes for 4.10-rc7

From: Greg KH
Date: Sat Feb 04 2017 - 06:36:06 EST


The following changes since commit 7a308bb3016f57e5be11a677d15b821536419d36:

Linux 4.10-rc5 (2017-01-22 12:54:15 -0800)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.10-rc7

for you to fetch changes up to 424414947da3dd5cb0d60e4f299f7c51e472ae77:

Merge tag 'usb-serial-4.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2017-02-03 22:19:15 +0100)

----------------------------------------------------------------
USB fixes for 4.10-rc7

Here are some small USB fixes for some reported issues, and the usual
number of new device ids for 4.10-rc7.

All of these, except the last new device id, have been in linux-next for
a while with no reported issues.

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

----------------------------------------------------------------
Aleksander Morgado (1):
USB: serial: qcserial: add Dell DW5570 QDL

BjÃrn Mork (1):
USB: serial: option: add device ID for HP lt2523 (Novatel E371)

Greg Kroah-Hartman (2):
Merge tag 'usb-serial-4.10-rc6' of git://git.kernel.org/.../johan/usb-serial into usb-linus
Merge tag 'usb-serial-4.10-rc7' of git://git.kernel.org/.../johan/usb-serial into usb-linus

LukÃÅ Lalinskà (1):
USB: Add quirk for WORLDE easykey.25 MIDI keyboard

Marcel J.E. Mol (1):
USB: serial: pl2303: add ATEN device ID

Tony Lindgren (2):
usb: musb: Fix host mode error -71 regression
usb: musb: Fix external abort on non-linefetch for musb_irq_work()

Vincent Pelletier (1):
usb: gadget: f_fs: Assorted buffer overflow checks.

drivers/usb/core/quirks.c | 4 ++++
drivers/usb/gadget/function/f_fs.c | 13 ++++++++++++-
drivers/usb/musb/musb_core.c | 26 +++++++++++++-------------
drivers/usb/musb/musb_core.h | 1 -
drivers/usb/serial/option.c | 1 +
drivers/usb/serial/pl2303.c | 1 +
drivers/usb/serial/pl2303.h | 1 +
drivers/usb/serial/qcserial.c | 1 +
8 files changed, 33 insertions(+), 15 deletions(-)