[GIT PULL] USB driver fixes for 4.5-rc7

From: Greg KH
Date: Sat Mar 05 2016 - 15:45:08 EST


The following changes since commit fc77dbd34c5c99bce46d40a2491937c3bcbd10af:

Linux 4.5-rc6 (2016-02-28 08:41:20 -0800)

are available in the git repository at:

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

for you to fetch changes up to 861c3849222b7cadfd0da63f9c7573c2f15ba535:

Merge tag 'usb-serial-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2016-03-03 12:37:21 -0800)

----------------------------------------------------------------
USB fixes for 4.5-rc7

Here are some USB driver ids for 4.5-rc7, and the removal of a driver we
merged in 4.5-rc1 but it turns out it's not needed as the hardware is the
same as a driver we already have in the tree. This was only figured out
after doing a lot of cleanup on it, gotta love vendor-provided drivers...
The new device ids for the devices for this driver will be added later on
when testing is completed, but for now, we will remove the driver to keep
people from accidentally cleaning it up.

All of these have been in linux-next for a while with no reported issues.

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

----------------------------------------------------------------
Bjørn Mork (1):
USB: qcserial: add Sierra Wireless EM74xx device ID

Daniele Palmas (1):
USB: serial: option: add support for Telit LE922 PID 0x1045

Greg Kroah-Hartman (2):
Merge tag 'usb-ci-v4.5-rc7' of git://git.kernel.org/.../peter.chen/usb into usb-linus
Merge tag 'usb-serial-4.5-rc7' of git://git.kernel.org/.../johan/usb-serial into usb-linus

Johan Hovold (1):
Revert "USB: serial: add Moxa UPORT 11x0 driver"

Patrik Halfar (1):
USB: qcserial: add Dell Wireless 5809e Gobi 4G HSPA+ (rev3)

Peter Chen (1):
usb: chipidea: otg: change workqueue ci_otg as freezable

Vittorio Alfieri (1):
USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder

Yegor Yefremov (1):
USB: serial: option: add support for Quectel UC20

drivers/usb/chipidea/otg.c | 2 +-
drivers/usb/serial/Kconfig | 16 -
drivers/usb/serial/Makefile | 1 -
drivers/usb/serial/cp210x.c | 1 +
drivers/usb/serial/mxu11x0.c | 1006 -----------------------------------------
drivers/usb/serial/option.c | 5 +
drivers/usb/serial/qcserial.c | 7 +-
7 files changed, 12 insertions(+), 1026 deletions(-)
delete mode 100644 drivers/usb/serial/mxu11x0.c