From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754035AbdBDLfn (ORCPT ); Sat, 4 Feb 2017 06:35:43 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:36490 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753811AbdBDLfm (ORCPT ); Sat, 4 Feb 2017 06:35:42 -0500 Date: Sat, 4 Feb 2017 12:35:44 +0100 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.10-rc7 Message-ID: <20170204113544.GA22305@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ---------------------------------------------------------------- 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(-)