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.3-rc4
Date: Wed, 22 Feb 2012 12:53:37 -0800	[thread overview]
Message-ID: <20120222205337.GA4085@kroah.com> (raw)

The following changes since commit fe250923bbbbcbccc9aa7b84d05ee7a060450534:

  Merge tag 'usb-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb (2012-02-09 13:50:54 -0800)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ usb-3.3-rc4

for you to fetch changes up to c6c1e4491dc8d1ed2509fa6aacffa7f34614fc38:

  USB: Added Kamstrup VID/PIDs to cp210x serial driver. (2012-02-21 16:29:15 -0800)

----------------------------------------------------------------
USB bugfixes for 3.3-rc4

A number of new device ids, and a cleanup/fix for some of the option
device ids that shouldn't have been added in the first place.

There's also a few USB 3 fixes for problems that people have reported,
and a usb-storage bugfix to round it out.

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

----------------------------------------------------------------
Alan Stern (1):
      usb-storage: fix freezing of the scanning thread

Andrew Lunn (1):
      USB: Serial: ti_usb_3410_5052: Add Abbot Diabetes Care cable id

Bruno Thomsen (1):
      USB: Added Kamstrup VID/PIDs to cp210x serial driver.

Elric Fu (1):
      USB: Set hub depth after USB3 hub reset

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

Sarah Sharp (5):
      USB: Remove duplicate USB 3.0 hub feature #defines.
      xhci: Fix oops caused by more USB2 ports than USB3 ports.
      USB: Don't fail USB3 probe on missing legacy PCI IRQ.
      USB: Fix handoff when BIOS disables host PCI device.
      xhci: Fix encoding for HS bulk/control NAK rate.

li.rui27@zte.com.cn (1):
      USB: option: cleanup zte 3g-dongle's pid in option.c

 drivers/usb/core/hcd-pci.c            |    5 +-
 drivers/usb/core/hcd.c                |    6 +-
 drivers/usb/core/hub.c                |   30 ++++---
 drivers/usb/host/pci-quirks.c         |   11 +++
 drivers/usb/host/xhci-hub.c           |    2 +-
 drivers/usb/host/xhci-mem.c           |   32 ++++++--
 drivers/usb/host/xhci.c               |    5 +
 drivers/usb/serial/cp210x.c           |    2 +
 drivers/usb/serial/option.c           |  143 +++------------------------------
 drivers/usb/serial/ti_usb_3410_5052.c |    6 +-
 drivers/usb/serial/ti_usb_3410_5052.h |    4 +
 drivers/usb/storage/usb.c             |   90 +++++++--------------
 drivers/usb/storage/usb.h             |    7 +-
 include/linux/usb/ch11.h              |   10 +--
 14 files changed, 126 insertions(+), 227 deletions(-)

                 reply	other threads:[~2012-02-22 20:53 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=20120222205337.GA4085@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.