Greg, Please queue these important WUSB and whci-hcd bug fixes for 2.6.30. David Vrabel (6): usb: add reset endpoint operations usb: whci-hcd: provide a endpoint_reset method wusb: correct format of wusb_chid sysfs file usb: whci-hcd: check return value of usb_hcd_link_urb_to_ep() wusb: fix oops when completing URBs for disconnected devices wusb: disconnect all devices when stopping a WUSB HCD drivers/media/video/pvrusb2/pvrusb2-hdw.c | 1 - drivers/usb/core/devio.c | 2 +- drivers/usb/core/hcd.c | 26 +++++++++++++ drivers/usb/core/hcd.h | 14 +++++++ drivers/usb/core/message.c | 58 ++++++++++++++++++---------- drivers/usb/core/usb.c | 2 +- drivers/usb/host/whci/asl.c | 15 +++++-- drivers/usb/host/whci/hcd.c | 23 +++++++++++ drivers/usb/host/whci/pzl.c | 16 +++++-- drivers/usb/host/whci/qset.c | 24 ++++++++++- drivers/usb/host/whci/whcd.h | 1 + drivers/usb/host/whci/whci-hc.h | 1 + drivers/usb/storage/transport.c | 4 +- drivers/usb/wusbcore/devconnect.c | 21 +++++++--- drivers/usb/wusbcore/wusbhc.c | 34 ++++++++-------- include/linux/usb.h | 9 +---- 16 files changed, 181 insertions(+), 70 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html