All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PULL] USB fixes for 3.15-rc2
Date: Fri, 18 Apr 2014 14:37:25 -0700	[thread overview]
Message-ID: <20140418213725.GA3557@kroah.com> (raw)

The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:

  Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-3.15-rc2

for you to fetch changes up to 94d72f008909610710bb1841d665eeeb010a0be1:

  uas: fix deadlocky memory allocations (2014-04-16 14:04:59 -0700)

----------------------------------------------------------------
USB fixes for 3.15-rc2

Here are a number of tiny USB fixes and new device ids for 3.15-rc2.
Nothing major, just issues some people have reported.

All of these have been in linux-next.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Aaron Sanders (1):
      USB: pl2303: add ids for Hewlett-Packard HP POS pole displays

Alan Stern (1):
      USB: fix crash during hotplug of PCI USB controller card

Alexey Khoroshilov (1):
      USB: cdc-acm: fix double usb_autopm_put_interface() in acm_port_activate()

Daeseok Youn (1):
      uwb: adds missing error handling

Daniele Palmas (1):
      usb: option driver, add support for Telit UE910v2

Johan Hovold (2):
      Revert "USB: serial: add usbid for dell wwan card to sierra.c"
      USB: usb_wwan: fix handling of missing bulk endpoints

Laurent Pinchart (2):
      USB: ohci-jz4740: Fix uninitialized variable warning
      USB: ohci-jz4740: FEAT_POWER is a port feature, not a hub feature

Michael Ulbricht (1):
      USB: cdc-acm: Remove Motorola/Telit H24 serial interfaces from ACM driver

Michele Baldessari (1):
      USB: serial: ftdi_sio: add id for Brainboxes serial cards

Oliver Neukum (3):
      uas: fix GFP_NOIO under spinlock
      uas: fix error handling during scsi_scan()
      uas: fix deadlocky memory allocations

Peter Chen (1):
      usb: usb-common: fix typo for usb_state_string

Stephen Warren (1):
      USB: EHCI: tegra: set txfill_tuning

Tristan Bruns (1):
      USB: cp210x: Add 8281 (Nanotec Plug & Drive)

Vivek Gautam (2):
      usb: ehci-exynos: Return immediately from suspend if ehci_suspend fails
      usb: ehci-platform: Return immediately from suspend if ehci_suspend fails

 drivers/usb/class/cdc-acm.c       | 34 +++++++++++++++++++++++++---------
 drivers/usb/core/hcd-pci.c        |  2 +-
 drivers/usb/host/ehci-exynos.c    |  2 ++
 drivers/usb/host/ehci-platform.c  |  2 ++
 drivers/usb/host/ehci-tegra.c     | 23 +++++++++++++++++++++++
 drivers/usb/host/ohci-jz4740.c    |  6 +++---
 drivers/usb/serial/cp210x.c       |  1 +
 drivers/usb/serial/ftdi_sio.c     | 33 +++++++++++++++++++++++++++++++++
 drivers/usb/serial/ftdi_sio_ids.h | 37 +++++++++++++++++++++++++++++++++++++
 drivers/usb/serial/option.c       |  2 ++
 drivers/usb/serial/pl2303.c       |  3 +++
 drivers/usb/serial/pl2303.h       |  5 ++++-
 drivers/usb/serial/sierra.c       |  1 -
 drivers/usb/serial/usb_wwan.c     |  9 +++------
 drivers/usb/storage/uas.c         | 13 +++++++------
 drivers/usb/usb-common.c          |  2 +-
 drivers/uwb/drp.c                 |  5 ++++-
 17 files changed, 151 insertions(+), 29 deletions(-)

                 reply	other threads:[~2014-04-18 21:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140418213725.GA3557@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.