From: Alan Stern Date: Fri, 11 May 2007 14:19:04 +0000 (-0400) Subject: USB: remove short initial timeout for device descriptor fetch X-Git-Tag: v2.6.22-rc3~91^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b89ee19ae6c0b5a0d9facca780b53959fbadd123;p=pandora-kernel.git USB: remove short initial timeout for device descriptor fetch This patch (as905) removes a micro-optimization from the hub port initialization code. Previously we had been using a short timeout on the first attempt the read the device descriptor; now we will use the standard timeout length. It's not clear that the short timeout ever provided any benefit. And now we know of one case where it actually hurts: The device can't meet the short timeout and then it gets terminally confused. This fixes Bugzilla #8444. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed