From: Alan Stern Date: Wed, 21 Aug 2013 14:33:17 +0000 (-0400) Subject: USB: OHCI: add missing PCI PM callbacks to ohci-pci.c X-Git-Tag: v3.11-rc7~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a11899c5e699a8d2551692dfcd4372e39dcbdf6;p=pandora-kernel.git USB: OHCI: add missing PCI PM callbacks to ohci-pci.c Commit c1117afb8589 (USB: OHCI: make ohci-pci a separate driver) neglected to preserve the entries for the pci_suspend and pci_resume driver callbacks. As a result, OHCI controllers don't work properly during suspend and after hibernation. This patch adds the missing callbacks to the driver. Signed-off-by: Alan Stern Reported-and-tested-by: Steve Cotton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed