Here are a lot of USB fixes and new drivers against your 2.6.24 git tree.
Full details are below, nothing radical here, just some new drivers,
more device ids, and some general improvements in a variety of places.
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/
All of these patches have been in the -mm trees for quite a while.
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/ABI/testing/sysfs-bus-usb | 33 +
Documentation/feature-removal-schedule.txt | 16 -
Documentation/usb/gadget_printer.txt | 510 +++++++++
Documentation/usb/iuu_phoenix.txt | 84 ++
arch/arm/mach-pxa/tosa.c | 9 +-
drivers/block/ub.c | 23 -
drivers/usb/Kconfig | 5 +
drivers/usb/atm/Kconfig | 9 +-
drivers/usb/atm/ueagle-atm.c | 6 +-
drivers/usb/class/cdc-acm.c | 94 ++-
drivers/usb/class/cdc-acm.h | 2 +
drivers/usb/core/Kconfig | 15 +
drivers/usb/core/buffer.c | 20 +-
drivers/usb/core/config.c | 14 +-
drivers/usb/core/devices.c | 154 ++--
drivers/usb/core/devio.c | 359 ++++---
drivers/usb/core/driver.c | 44 +-
drivers/usb/core/file.c | 4 +-
drivers/usb/core/hcd-pci.c | 145 ++--
drivers/usb/core/hcd.c | 216 +++-
drivers/usb/core/hcd.h | 92 +-
drivers/usb/core/hub.c | 88 +-
drivers/usb/core/hub.h | 18 +-
drivers/usb/core/inode.c | 42 +-
drivers/usb/core/message.c | 430 ++++----
drivers/usb/core/notify.c | 2 +-
drivers/usb/core/otg_whitelist.h | 6 +-
driver...