From patchwork Mon Jul 2 12:15:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/5] acpi: method: Add stub for ACPI 5.0 _CPC Date: Mon, 02 Jul 2012 02:15:09 -0000 From: Colin King X-Patchwork-Id: 168582 Message-Id: <1341231311-12557-4-git-send-email-colin.king@canonical.com> To: fwts-devel@lists.ubuntu.com From: Colin Ian King Signed-off-by: Colin Ian King Acked-by: Alex Hung Acked-by: Keng-Yu Lin --- src/acpi/method/method.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/acpi/method/method.c b/src/acpi/method/method.c index afe6e75..57215ef 100644 --- a/src/acpi/method/method.c +++ b/src/acpi/method/method.c @@ -48,6 +48,7 @@ * _BST 10.2.2.6 Y * _BTP 10.2.2.7 Y * _CID 6.1.2 N + * _CPC 8.4.5 N * _CRS 6.2.2 Y * _CRT 11.4.4 Y * _CST 8.4.2.1 N @@ -2145,6 +2146,7 @@ static fwts_framework_minor_test method_tests[] = { /* Section 8.4 */ { method_test_PSS, "Check _PSS (Performance Supported States)." }, + /* { method_test_CPC, "Check _CPC (Continuous Performance Control)." }, */ /* Appendix B, ACPI Extensions for Display Adapters */