From: David Shaohua Li Date: Fri, 18 Mar 2005 21:43:54 +0000 (-0500) Subject: [ACPI] S3 Suspend to RAM: fix driver suspend/resume methods X-Git-Tag: v2.6.13-rc3~10^2^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d58da590451cf6ae75379a2ebf96d3afb8d810d8;p=pandora-kernel.git [ACPI] S3 Suspend to RAM: fix driver suspend/resume methods Drivers should do this: .suspend() pci_disable_device() .resume() pci_enable_device() http://bugzilla.kernel.org/show_bug.cgi?id=3469 Signed-off-by: David Shaohua Li Signed-off-by: Len Brown --- Reading git-diff-tree failed