https://github.com/torvalds/linux
Revision d86db25e53fa69e3e97f3b55dd82a70689787c5d authored by Julius Werner on 04 March 2014, 19:27:38 UTC, committed by Greg Kroah-Hartman on 07 March 2014, 19:46:51 UTC
The DELAY_INIT quirk only reduces the frequency of enumeration failures
with the Logitech HD Pro C920 and C930e webcams, but does not quite
eliminate them. We have found that adding a delay of 100ms between the
first and second Get Configuration request makes the device enumerate
perfectly reliable even after several weeks of extensive testing. The
reasons for that are anyone's guess, but since the DELAY_INIT quirk
already delays enumeration by a whole second, wating for another 10th of
that isn't really a big deal for the one other device that uses it, and
it will resolve the problems with these webcams.

Signed-off-by: Julius Werner <jwerner@chromium.org>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent e042936
History
Tip revision: d86db25e53fa69e3e97f3b55dd82a70689787c5d authored by Julius Werner on 04 March 2014, 19:27:38 UTC
usb: Make DELAY_INIT quirk wait 100ms between Get Configuration requests
Tip revision: d86db25

back to top