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 PATCH] USB bug fixes for 3.5-rc6
Date: Wed, 11 Jul 2012 06:56:55 -0700	[thread overview]
Message-ID: <20120711135655.GA19587@kroah.com> (raw)

The following changes since commit 6887a4131da3adaab011613776d865f4bcfb5678:

  Linux 3.5-rc5 (2012-06-30 16:08:57 -0700)

are available in the git repository at:

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

for you to fetch changes up to dbf0e4c7257f8d684ec1a3c919853464293de66e:

  PCI: EHCI: fix crash during suspend on ASUS computers (2012-07-10 09:52:05 -0700)

----------------------------------------------------------------
USB fixes for 3.5-rc6

Here are a few fixes and new device ids for the 3.5-rc6 tree.

The PCI changes resolve a long-standing issue with resuming some EHCI
controllers.  It has been acked by the PCI maintainer, and he asked for it to
go through my USB tree instead of his.

The xhci patches also resolve a number of reported issues.

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

----------------------------------------------------------------
Alan Stern (1):
      PCI: EHCI: fix crash during suspend on ASUS computers

Bjørn Mork (2):
      USB: option: add ZTE MF60
      USB: cdc-wdm: fix lockup on error in wdm_read

Gaosen Zhang (1):
      USB: option: Add MEDIATEK product ids

Greg Kroah-Hartman (1):
      Merge tag 'for-usb-linus-2012-07-02' of git://git.kernel.org/.../sarah/xhci into usb-linus

Johan Hovold (1):
      USB: metro-usb: fix tty_flip_buffer_push use

Sarah Sharp (1):
      xhci: Fix hang on back-to-back Set TR Deq Ptr commands.

Stanislaw Ledwon (1):
      usb: Add support for root hub port status CAS

 drivers/pci/pci-driver.c       | 12 ++++++++++++
 drivers/pci/pci.c              |  5 -----
 drivers/pci/quirks.c           | 26 -------------------------
 drivers/usb/class/cdc-wdm.c    |  2 ++
 drivers/usb/core/hub.c         | 18 +++++++++--------
 drivers/usb/host/xhci-hub.c    | 44 ++++++++++++++++++++++++++++++++++++------
 drivers/usb/host/xhci-ring.c   | 11 +++++++++++
 drivers/usb/host/xhci.h        |  6 +++++-
 drivers/usb/serial/metro-usb.c |  8 --------
 drivers/usb/serial/option.c    | 26 +++++++++++++++++++++++++
 include/linux/pci.h            |  2 --
 11 files changed, 104 insertions(+), 56 deletions(-)

                 reply	other threads:[~2012-07-11 13:57 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=20120711135655.GA19587@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.