From: Lin Ming Date: Wed, 4 May 2011 14:56:43 +0000 (+0800) Subject: ACPI: Add D3 cold state X-Git-Tag: v3.0-rc1~12^2~1^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28c2103dad04dba29ba86e22dad5735db8f0e13c;p=pandora-kernel.git ACPI: Add D3 cold state _SxW returns an Integer containing the lowest D-state supported in state Sx. If OSPM has not indicated that it supports _PR3, then the value “3” corresponds to D3. If it has indicated _PR3 support, the value “3” represents D3hot and the value “4” represents D3cold. Linux does set _OSC._PR3, so we should fix it to expect that _SxW can return 4. Signed-off-by: Lin Ming Acked-by: Jesse Barnes Signed-off-by: Len Brown --- Reading git-diff-tree failed