From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758254AbcIRKdd (ORCPT ); Sun, 18 Sep 2016 06:33:33 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:51464 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755302AbcIRKdY (ORCPT ); Sun, 18 Sep 2016 06:33:24 -0400 Date: Sun, 18 Sep 2016 12:33:29 +0200 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: [GIT PULL] USB driver fixes for 4.8-rc7 Message-ID: <20160918103329.GA9744@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ---------------------------------------------------------------- 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(-)