From: David Brownell Date: Mon, 13 Jun 2005 14:15:28 +0000 (-0700) Subject: [PATCH] spin longer for ehci port reset completion X-Git-Tag: Ubuntu-snapdragon-4.4.0-1050.54~54808^2~68 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c22fa3acbc2ef79ea57217643f6cd6d226963069;hp=c22fa3acbc2ef79ea57217643f6cd6d226963069;p=mirror_ubuntu-artful-kernel.git [PATCH] spin longer for ehci port reset completion This makes the EHCI driver spin a bit longer before concluding that the port reset failed. "Obviously safe." It allows some devices to enumerate that previously didn't. We've seen a bunch of these problem reports recently, this will make some go away. As reported by Michael Zapf , some EHCI controllers seem to take forever to finish port resets and produce "port N reset error -110" type errors. Spinning a bit longer helps. Signed-off-by: David Brownell Signed-off-by: Linus Torvalds ---