From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933468AbcAaTBR (ORCPT ); Sun, 31 Jan 2016 14:01:17 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:58251 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933249AbcAaTBQ (ORCPT ); Sun, 31 Jan 2016 14:01:16 -0500 Date: Sun, 31 Jan 2016 11:01:15 -0800 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.5-rc2 Message-ID: <20160131190115.GA28239@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ---------------------------------------------------------------- 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(-)