From: Peter Chen Date: Thu, 18 Oct 2012 04:24:43 +0000 (+0800) Subject: USB: EHCI: add condition for delay during the resume X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~82^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6273f1810f95f4deeb2f0d6810f301726ad32308;p=pandora-kernel.git USB: EHCI: add condition for delay during the resume Without this condition, all controllers will do this delay, and increase the resume time. Only enabled and unsuspended port needs this delay, but Some buggy hardware(like Synopsys usb controller) will clear suspend bit once they receive/send resume signal, so it takes resume bit as consideration. Tested it at Freescale i.mx6q Sabrelite board. Signed-off-by: Peter Chen Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed