[GIT PATCH] More USB fixes for 3.6-rc3

From: Greg KH
Date: Mon Aug 20 2012 - 15:29:32 EST


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@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/