usb: ehci: tegra: Correctly handle GetPortStatus during Resume
authorNathan Connell <w14185@motorola.com>
Mon, 2 May 2011 19:32:36 +0000 (14:32 -0500)
committerBenoit Goby <benoit@android.com>
Wed, 4 May 2011 02:43:21 +0000 (19:43 -0700)
commit789333436de3878b2ea878d4c2c030af7ed481ce
tree8c2831d507db9db4e32af5d6be8e65d959d3ee50
parentc7a1cf95500b97fedcca2bae34c46a2e575021c8
usb: ehci: tegra: Correctly handle GetPortStatus during Resume

Multiple GetPortStatus requests can be made while the
USB bus is resuming.  All requests must be handled
properly to prevent incorrect disconnect detection
during Resume and improper indentification of
Resume signaling as a remote wakeup event.

Change-Id: Ib07f83a2bab5699b2d95533d26d0a6bf541c697d
Signed-off-by: Nathan Connell <w14185@motorola.com>
drivers/usb/host/ehci-tegra.c