On Fri, Jan 01, 2010 at 11:09:23AM -0500, Alan Stern wrote: > For now you should be able to eliminate the problem by getting rid of > these lines from usb_reset_and_verify_device() in > drivers/usb/core/hub.c: > > intf->cur_altsetting = > usb_find_alt_setting(config, i, 0); > if (!intf->cur_altsetting) > intf->cur_altsetting = > &config->intf_cache[i]->altsetting[0]; Yep, warning doesn't trigger anymore. Let me know if you need the real fix tested. Thanks. -- Regards/Gruss, Boris. -- 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