From: Andiry Xu Date: Wed, 27 Apr 2011 10:07:50 +0000 (+0800) Subject: usbcore: Refine USB3.0 device suspend and resume X-Git-Tag: v3.0-rc1~337^2~83^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7114230f6bd925f1c734d8ca1c32c93bf956aed;p=pandora-kernel.git usbcore: Refine USB3.0 device suspend and resume In the past, we use USB2.0 request to suspend and resume a USB3.0 device. Actually, USB3.0 hub does not support Set/Clear PORT_SUSPEND request, instead, it uses Set PORT_LINK_STATE request. This patch makes USB3.0 device suspend/resume comply with USB3.0 specification. This patch fixes the issue that USB3.0 device can not be suspended when connected to a USB3.0 external hub. Signed-off-by: Andiry Xu Signed-off-by: Sarah Sharp --- Reading git-diff-tree failed