Here are some USB patches against your 2.6.23 git tree.
They do a lot of different things, suspend issues, new drivers,
cleanups, authorization features, etc. See my summary last week for the
specific details, and the shortlog below for the highlights.
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-devel mailing list, if
anyone wants to see them.
thanks,
greg k-h
Documentation/usb/authorization.txt | 92 +
Documentation/usb/power-management.txt | 517 ++++++
Documentation/usb/usb-serial.txt | 11 +
Documentation/usb/usbmon.txt | 9 +-
MAINTAINERS | 7 +
arch/blackfin/mach-bf537/boards/generic_board.c | 2 +-
arch/blackfin/mach-bf537/boards/pnav10.c | 2 +-
arch/blackfin/mach-bf537/boards/stamp.c | 2 +-
drivers/usb/Makefile | 22 +-
drivers/usb/atm/cxacru.c | 43 +-
drivers/usb/atm/speedtch.c | 3 +-
drivers/usb/atm/ueagle-atm.c | 1384 ++++++++++++---
drivers/usb/class/usblp.c | 116 +-
drivers/usb/core/config.c | 24 +-
drivers/usb/core/devio.c | 77 +-
drivers/usb/core/driver.c | 90 +-
drivers/usb/core/endpoint.c | 1 -
drivers/usb/core/generic.c | 26 +-
drivers/usb/core/hcd.c | 718 +++++----
drivers/usb/core/hcd.h | 46 +-
drivers/usb/core/hub.c | 276 +++-
drivers/usb/core/message.c | 50 +-
drivers/usb/core/quirks.c | 81 +-
drivers/usb/core/sysfs.c | 50 +
drivers/usb/core/urb.c | 106 +-...