[GIT PULL] USB driver fixes for 4.8-rc7

From: Greg KH
Date: Sun Sep 18 2016 - 06:33:39 EST


The following changes since commit 9395452b4aab7bc2475ef8935b4a4fb99d778d70:

Linux 4.8-rc6 (2016-09-11 20:02:25 -0700)

are available in the git repository at:

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

for you to fetch changes up to e06226e66beafd6118aa81b511d88cb549ad7ea5:

Merge tag 'usb-serial-4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2016-09-16 17:42:10 +0200)

----------------------------------------------------------------
USB fixes for 4.8-rc7

Here are 2 small fixes, and one new device id, for 4.8-rc7

The fixes solve a build error that was reported in your tree for the
blackfin arch, and resolve an issue with a number of broken USB devices
that reported the wrong interval rate. Included here is also a new
device id for the usb-serial driver.

All have been in linux-next with no reported issues.

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

----------------------------------------------------------------
Alan Stern (1):
USB: change bInterval default to 10 ms

Daniele Palmas (1):
USB: serial: simple: add support for another Infineon flashloader

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

Tony Lindgren (1):
usb: musb: Fix tusb6010 compile error on blackfin

drivers/usb/core/config.c | 28 +++++++++++++++++-----------
drivers/usb/musb/Kconfig | 2 +-
drivers/usb/serial/usb-serial-simple.c | 3 ++-
3 files changed, 20 insertions(+), 13 deletions(-)