Merge 3.14-rc6 into usb-next
We want the USB fixes in here as well.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user