Check for hrJERR after ConfigureDevice too

This commit is contained in:
Kristian Sloth Lauszus 2013-10-08 19:05:08 +02:00
parent 01e0e6cf2d
commit 81ed31e1fe

View file

@ -579,6 +579,9 @@ again:
// reset parent port
devConfig[parent]->ResetHubPort(port);
}
} else if (rcode == hrJERR) { // Some devices returns this when plugged in - trying to initialize the device again usually works
delay(100);
goto again;
} else if (rcode)
return rcode;