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, devel@linuxdriverproject.org
Subject: [GIT PATCH] Staging driver fixes for 3.11-rc6
Date: Thu, 15 Aug 2013 19:07:10 -0700	[thread overview]
Message-ID: <20130816020710.GA7876@kroah.com> (raw)

The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8:

  Linux 3.11-rc5 (2013-08-11 18:04:20 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-3.11-rc6

for you to fetch changes up to ff8a43c10f1440f07a5faca0c1556921259f7f76:

  USB: keyspan: fix null-deref at disconnect and release (2013-08-14 12:49:27 -0700)

----------------------------------------------------------------
USB fixes for 3.11-rc6

Here are some small USB fixes for 3.11-rc6 that have accumulated.

Nothing huge, a EHCI fix that solves a much-reported audio USB problem,
some usb-serial driver endian fixes and other minor fixes, a wireless
USB oops fix, and two new quirks.

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

----------------------------------------------------------------
Alan Stern (1):
      USB: EHCI: accept very late isochronous URBs

Johan Hovold (6):
      USB: mos7840: fix big-endian probe
      USB: usbtmc: fix big-endian probe of Rigol devices
      USB: adutux: fix big-endian device-type reporting
      USB: ti_usb_3410_5052: fix big-endian firmware handling
      USB: mos7720: fix broken control requests
      USB: keyspan: fix null-deref at disconnect and release

Matt Burtch (1):
      USB-Serial: Fix error handling of usb_wwan

Oliver Neukum (1):
      usb: add two quirky touchscreen

Thomas Pugliese (1):
      wusbcore: fix kernel panic when disconnecting a wireless USB->serial device

 drivers/usb/class/usbtmc.c            |  8 ++++----
 drivers/usb/core/quirks.c             |  6 ++++++
 drivers/usb/host/ehci-sched.c         | 13 ++++++-------
 drivers/usb/misc/adutux.c             |  2 +-
 drivers/usb/serial/keyspan.c          |  2 +-
 drivers/usb/serial/mos7720.c          | 21 ++++++++++++++-------
 drivers/usb/serial/mos7840.c          |  2 +-
 drivers/usb/serial/ti_usb_3410_5052.c |  9 +++++----
 drivers/usb/serial/usb_wwan.c         | 20 ++++++++++----------
 drivers/usb/wusbcore/wa-xfer.c        |  9 +++++++--
 10 files changed, 55 insertions(+), 37 deletions(-)

             reply	other threads:[~2013-08-16  2:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-16  2:07 Greg KH [this message]
2013-08-16  2:17 ` [GIT PATCH] Staging driver fixes for 3.11-rc6 Greg KH

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=20130816020710.GA7876@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=devel@linuxdriverproject.org \
    --cc=linux-kernel@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.