[GIT PATCH] USB fixes for 2.6.24-rc3

From: Greg KH
Date: Wed Nov 28 2007 - 17:49:43 EST


Here are some USB fixes and changes against your 2.6.24-rc3 git tree.

These are all a bunch of minor fixes and new device ids being added, as
well as some documentation fixes. The largest being a big locking
cleanup of the adutux driver, and a usb-storage bugfix for a whole range
of devices that people are starting to have problems with.

All of these have been in the -mm tree for a while.

Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/

The full patches will be sent to the linux-usb mailing list (note the
address change), if anyone wants to see them.

thanks,

greg k-h

------------

Documentation/usb/power-management.txt | 8 +
MAINTAINERS | 101 +++++--------
drivers/usb/README | 6 +-
drivers/usb/core/driver.c | 11 --
drivers/usb/core/hcd.c | 3 +-
drivers/usb/core/hub.c | 2 +-
drivers/usb/core/message.c | 36 +----
drivers/usb/core/sysfs.c | 6 +
drivers/usb/core/usb.c | 25 +++
drivers/usb/gadget/omap_udc.c | 6 +-
drivers/usb/gadget/s3c2410_udc.c | 16 ++-
drivers/usb/host/Kconfig | 2 +-
drivers/usb/host/ehci-hcd.c | 5 +-
drivers/usb/image/microtek.c | 2 +-
drivers/usb/misc/adutux.c | 262 +++++++++++++++++---------------
drivers/usb/misc/usbled.c | 4 +-
drivers/usb/serial/generic.c | 5 +-
drivers/usb/serial/mos7840.c | 2 +-
drivers/usb/serial/pl2303.c | 1 +
drivers/usb/serial/pl2303.h | 3 +
drivers/usb/serial/sierra.c | 2 +
drivers/usb/storage/scsiglue.c | 4 +
drivers/usb/storage/unusual_devs.h | 17 ++-
include/linux/usb.h | 1 +
include/linux/usbdevice_fs.h | 3 +-
25 files changed, 272 insertions(+), 261 deletions(-)

---------------

Adrian Bunk (1):
USB: fix USB_OHCI_HCD_SSB dependencies

Alan Stern (5):
USB: power-management documenation update
USB HCD: avoid duplicate local_irq_disable()
USB: keep track of whether interface sysfs files exist
USB: uevent environment key fix
USB: usb-storage: unusual_devs entry for JetFlash TS1GJF2A

Ben Dooks (3):
USB: s3c2410 gadget: Header move fixups
USB: s3c2410 gadget: allow sharing of vbus irq
USB: s3c2410 gadget: ensure vbus pin in input mode during read

Borislav Petkov (1):
usbserial: fix inconsistent lock state

David Brownell (3):
USB: omap_udc build fix
USB: remove USB HUB entry from MAINTAINERS
USB: fix up EHCI startup synchronization

Dirk Hohndel (1):
USB: fix directory references in usb/README

Greg Kroah-Hartman (1):
USB: mailing lists have changed

Magnus Damm (1):
USB: pl2303: add support for Corega CG-USBRS232R

Mauro Carvalho Chehab (1):
usb-storage: always set the allow_restart flag

Mike Pagano (1):
USB: add support for an older firmware revision for the Nikon D200

Oliver Neukum (2):
USB: fix usbled disconnect read race #2
USB: make the microtek driver and HAL cooperate

Pete Zaitcev (1):
USB: FIx locks and urb->status in adutux (updated)

Phil Endecott (1):
USB: Fix signr comment in usbdevice_fs.h

Roel Kluin (2):
USB: Fix priority mistakes in drivers/usb/core/hub.c
USB: free memory when writing fails in usb/serial/mos7840.c

agilmore@xxxxxxxxxxxxxxxxxxx (1):
USB: sierra: new product id

-
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/