Merge 3.14-rc6 into usb-next

We want the USB fixes in here as well.
This commit is contained in:
Greg Kroah-Hartman
2014-03-12 11:40:15 -07:00
304 changed files with 2865 additions and 1687 deletions

View File

@@ -716,6 +716,10 @@ int usb_get_configuration(struct usb_device *dev)
result = -ENOMEM;
goto err;
}
if (dev->quirks & USB_QUIRK_DELAY_INIT)
msleep(100);
result = usb_get_descriptor(dev, USB_DT_CONFIG, cfgno,
bigbuffer, length);
if (result < 0) {