[GIT PULL] USB driver fixes for 4.5-rc2

From: Greg KH
Date: Sun Jan 31 2016 - 14:01:20 EST


The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.5-rc2

for you to fetch changes up to a89a798a010e8fef66d1a85fa8b1f021304c7246:

Merge tag 'usb-serial-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2016-01-28 08:32:42 -0800)

----------------------------------------------------------------
USB fixes for 4.5-rc2

Here are some small USB fixes and new device ids for 4.5-rc2. Nothing
major here, full details are in the shortlog, and all of these have been
in linux-next successfully.

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

----------------------------------------------------------------
Daniele Palmas (1):
USB: serial: option: Adding support for Telit LE922

Du, Changbin (1):
usb: hub: do not clear BOS field during reset device

Greg Kroah-Hartman (2):
USB: serial: ftdi_sio: add support for Yaesu SCU-18 cable
Merge tag 'usb-serial-4.5-rc2' of git://git.kernel.org/.../johan/usb-serial into usb-linus

Johan Hovold (1):
USB: visor: fix null-deref at probe

John Ernberg (1):
USB: option: fix Cinterion AHxx enumeration

Lu Baolu (2):
usb: cdc-acm: handle unlinked urb in acm read callback
usb: cdc-acm: send zero packet for intel 7260 modem

Mathieu OTHACEHE (1):
USB: mxu11x0: fix memory leak on usb_serial private data

Oliver Neukum (1):
cdc-acm:exclude Samsung phone 04e8:685d

Peter Dedecker (1):
USB: cp210x: add ID for IAI USB to RS485 adaptor

Vladis Dronov (1):
USB: serial: visor: fix crash on detecting device without write_urbs

drivers/usb/class/cdc-acm.c | 14 +++++++++++++-
drivers/usb/class/cdc-acm.h | 1 +
drivers/usb/core/hub.c | 8 +++++---
drivers/usb/serial/cp210x.c | 1 +
drivers/usb/serial/ftdi_sio.c | 1 +
drivers/usb/serial/ftdi_sio_ids.h | 1 +
drivers/usb/serial/mxu11x0.c | 20 ++++++++++++++++++++
drivers/usb/serial/option.c | 18 +++++++++++++++++-
drivers/usb/serial/visor.c | 11 +++++++++--
9 files changed, 68 insertions(+), 7 deletions(-)