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-rc3
Date: Thu, 9 Feb 2012 12:19:44 -0800	[thread overview]
Message-ID: <20120209201944.GA22098@kroah.com> (raw)

The following changes since commit 62aa2b537c6f5957afd98e29f96897419ed5ebab:

  Linux 3.3-rc2 (2012-01-31 13:31:54 -0800)

are available in the git repository at:

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

for you to fetch changes up to 90451e6973a5da155c6f315a409ca0a8d3ce6b76:

  USB: usbserial: add new PID number (0xa951) to the ftdi driver (2012-02-03 11:22:44 -0800)

----------------------------------------------------------------
USB fixes for 3.3-rc3

Here are a few minor USB fixes and a bunch of device id updates for the
USB drivers.

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

----------------------------------------------------------------
Cong Wang (1):
      usb: musb: fix a build error on mips

Fabio Estevam (1):
      usb: host: Distinguish Kconfig text for Freescale controllers

Greg Kroah-Hartman (1):
      Merge tag 'for-3.3-rc3' of git://git.kernel.org/.../balbi/usb into usb-linus

Jayachandran C (1):
      usb: Skip PCI USB quirk handling for Netlogic XLP

Kuninori Morimoto (2):
      usb: ch9.h: usb_endpoint_maxp() uses __le16_to_cpu()
      usb: ch9.h: usb_endpoint_maxp() uses __le16_to_cpu()

Milan Kocian (1):
      USB: usbserial: add new PID number (0xa951) to the ftdi driver

Neil Zhang (2):
      usb: otg: mv_otg: Add dependence
      usb: otg: mv_otg: Add dependence

Randy Dunlap (1):
      uwb & wusb & usb wireless controllers: fix kconfig error & build errors

Rui li (1):
      USB: add new zte 3g-dongle's pid to option.c

Shengzhou Liu (1):
      powerpc/usb: fix issue of CPU halt when missing USB PHY clock

Thomas Tuttle (2):
      USB: qcserial: add several new serial devices
      USB: qcserial: don't enable autosuspend

Timo Juhani Lindfors (1):
      usb: gadget: zero: fix bug in loopback autoresume handling

 drivers/usb/gadget/f_loopback.c   |    2 +-
 drivers/usb/host/Kconfig          |    8 +-
 drivers/usb/host/ehci-fsl.c       |   11 +++-
 drivers/usb/host/ehci-fsl.h       |    1 +
 drivers/usb/host/pci-quirks.c     |    6 ++
 drivers/usb/musb/musb_io.h        |    3 +-
 drivers/usb/otg/Kconfig           |    2 +-
 drivers/usb/serial/ftdi_sio.c     |    1 +
 drivers/usb/serial/ftdi_sio_ids.h |    7 ++
 drivers/usb/serial/option.c       |  129 ++++++++++++++++++++++++++++++++++++-
 drivers/usb/serial/qcserial.c     |   16 ++++-
 include/linux/usb/ch9.h           |    2 +-
 12 files changed, 175 insertions(+), 13 deletions(-)

                 reply	other threads:[~2012-02-09 20:21 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=20120209201944.GA22098@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.