From: Sarah Sharp Date: Fri, 17 Dec 2010 20:35:05 +0000 (-0800) Subject: xhci: Fix re-init on power loss after resume. X-Git-Tag: v2.6.39-rc1~472^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65b22f93fde320b34d43e4a3978e1b52b1bcc279;p=pandora-kernel.git xhci: Fix re-init on power loss after resume. When a host controller has lost power during a suspend, we must reinitialize it. Now that the xHCI host has two roothubs, xhci_run() and xhci_stop() expect to be called with both usb_hcd structures. Be sure that the re-initialization code in xhci_resume() mirrors the process the USB PCI probe function uses. Signed-off-by: Sarah Sharp --- Reading git-diff-tree failed