From: Greg KH To: torvalds@osdl.org Cc: linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: [BK PATCH] USB fixes for 2.6.0-test5 Hi, Here are some USB fixes for 2.6.0-test5. The USB config logic was reworked a lot by Alan Stern to handle errors and odd devices much better. There are also a number of other small fixups in here, fixes for oopses when trying to suspend, docbook fixes, debug build fixes, and an oops fix in the ipaq driver. Please pull from: bk://kernel.bkbits.net/gregkh/linux/linus-2.6 Patches will be posted to linux-usb-devel as a follow-up thread for those who want to see them. thanks, greg k-h CREDITS | 4 Documentation/DocBook/gadget.tmpl | 27 Documentation/DocBook/writing_usb_driver.tmpl | 3 MAINTAINERS | 4 drivers/usb/Kconfig | 12 drivers/usb/class/usblp.c | 5 drivers/usb/core/config.c | 772 ++++++++++++-------------- drivers/usb/core/hub.c | 3 drivers/usb/core/usb.c | 10 drivers/usb/gadget/Kconfig | 34 - drivers/usb/gadget/inode.c | 1 drivers/usb/input/Kconfig | 48 - drivers/usb/media/Kconfig | 61 -- drivers/usb/media/dabusb.c | 5 drivers/usb/media/usbvideo.c | 1 drivers/usb/media/vicam.c | 2 drivers/usb/misc/speedtch.c | 33 - drivers/usb/misc/usbtest.c | 2 drivers/usb/net/usbnet.c | 277 ++++++--- drivers/usb/serial/Kconfig | 121 +--- drivers/usb/serial/ipaq.c | 2 drivers/usb/serial/usb-serial.c | 4 drivers/usb/storage/Kconfig | 6 drivers/usb/storage/unusual_devs.h | 2 include/linux/usb.h | 2 include/linux/usb_gadget.h | 30 - 26 files changed, 752 insertions(+), 719 deletions(-) ----- : o USB speedtouch: bump the version number o USB speedtouch: neater sanity check o USB: New email address for duncan o USB speedtouch: use multiple urbs by default : o USB: Debug code fixes for dabusb o USB: Debug code fixes for usblp o USB: Debug code fixes for vicam : o USB: Remove modules.txt: usb serial & storage o USB: Remove modules.txt: usb_media, usb_input Alan Stern: o USB: Changes to core/config.c (9 of 9) o USB: Changes to core/config.c (8 of 9) o USB: Changes to core/config.c (7 of 9) o USB: Changes to core/config.c (6 of 9) o USB: Changes to core/config.c (5 of 9) o USB: Changes to core/config.c (4 of 9) o USB: Changes to core/config.c (3 of 9) o USB: Changes to core/config.c (2 of 9) o USB: Changes to core/config.c (1 of 9) o USB: Use num_altsetting in usbnet and usbtest Daniel A. Nobuto: o USB: make pdfdocs problem David Brownell: o USB: psdocs fails for usbgadget o USB: usb/gadget/Kconfig, use right PXA2xx symbols David T. Hollis: o USB: ethtool_ops and ax8817x fixes for usbnet Greg Kroah-Hartman: o USB: unusual device fixup for the Y-E floppy drive o USB: make sure we never reference a usbserial port after it has been unregistered o USB: fix up missing in usb documentation o USB: fix oops in ipaq driver o USB: fix oops when trying to suspend and resume Pete Zaitcev: o USB: Drop debounce printout for 2.6 Randy Hron: o [PATCH] drivers/usb version/include cleanup