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] More USB fixes for 3.6-rc3
Date: Mon, 20 Aug 2012 12:29:33 -0700	[thread overview]
Message-ID: <20120820192933.GB15744@kroah.com> (raw)

The following changes since commit 731879f8e3d4c61220462160311fa650a8b96abf:

  USB: qcserial: fix port handling on Gobi 1K and 2K+ (2012-08-16 09:48:03 -0700)

are available in the git repository at:

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

for you to fetch changes up to 8f057d7bca549e8f7c1f8e750c75598986f5d9aa:

  gpu/mfd/usb: Fix USB randconfig problems (2012-08-20 11:52:41 -0700)

----------------------------------------------------------------
More USB patches for 3.6-rc3

Here are 10 more USB patches for 3.6-rc3.  They all fix reported
problems (build problems for one of them, and easily repeatable oopses
for the others.)

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

----------------------------------------------------------------
Greg Kroah-Hartman (8):
      USB: smsusb: remove __devinit* from the struct usb_device_id table
      USB: jl2005bcd: remove __devinit* from the struct usb_device_id table
      USB: spca506: remove __devinit* from the struct usb_device_id table
      USB: p54usb: remove __devinit* from the struct usb_device_id table
      USB: rtl8187: remove __devinit* from the struct usb_device_id table
      USB: vt6656: remove __devinit* from the struct usb_device_id table
      USB: winbond: remove __devinit* from the struct usb_device_id table
      USB: emi62: remove __devinit* from the struct usb_device_id table

Guenter Roeck (1):
      gpu/mfd/usb: Fix USB randconfig problems

Sven Schnelle (1):
      USB: CDC ACM: Fix NULL pointer dereference

 drivers/gpu/drm/Kconfig                    | 1 +
 drivers/gpu/drm/udl/Kconfig                | 1 +
 drivers/media/dvb/siano/smsusb.c           | 2 +-
 drivers/media/video/gspca/jl2005bcd.c      | 2 +-
 drivers/media/video/gspca/spca506.c        | 2 +-
 drivers/mfd/Kconfig                        | 3 ++-
 drivers/net/wireless/p54/p54usb.c          | 2 +-
 drivers/net/wireless/rtl818x/rtl8187/dev.c | 2 +-
 drivers/staging/vt6656/main_usb.c          | 2 +-
 drivers/staging/winbond/wbusb.c            | 2 +-
 drivers/usb/Kconfig                        | 2 +-
 drivers/usb/class/cdc-acm.c                | 3 ++-
 drivers/usb/misc/emi62.c                   | 2 +-
 13 files changed, 15 insertions(+), 11 deletions(-)

                 reply	other threads:[~2012-08-20 19:29 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=20120820192933.GB15744@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.