From patchwork Fri Nov 29 03:33:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Hung X-Patchwork-Id: 295111 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 9B47E2C00AA for ; Fri, 29 Nov 2013 14:33:46 +1100 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1VmEpr-0002Sh-Oc; Fri, 29 Nov 2013 03:33:43 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1VmEpl-0002SR-0u for fwts-devel@lists.ubuntu.com; Fri, 29 Nov 2013 03:33:37 +0000 Received: from [175.41.48.77] (helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1VmEpk-0002uP-FK; Fri, 29 Nov 2013 03:33:36 +0000 From: Alex Hung To: fwts-devel@lists.ubuntu.com Subject: [PATCH] acpi: method: remove resource descriptor field "_INT" from method/object list Date: Fri, 29 Nov 2013 11:33:31 +0800 Message-Id: <1385696011-13233-1-git-send-email-alex.hung@canonical.com> X-Mailer: git-send-email 1.8.1.2 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: fwts-devel-bounces@lists.ubuntu.com Signed-off-by: Alex Hung Acked-by: Ivan Hu Acked-by: Keng-Yu Lin --- src/acpi/method/method.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/acpi/method/method.c b/src/acpi/method/method.c index 0f3622c..cd6eadc 100644 --- a/src/acpi/method/method.c +++ b/src/acpi/method/method.c @@ -121,7 +121,6 @@ * _HRV 6.1.6 Y * _IFT IPMI Y * _INI 6.5.1 Y - * _INT 19.1.8 N * _IRC 7.2.13 Y * _Lxx 5.6.4.1 n/a * _LCK 6.3.4 Y @@ -5151,9 +5150,6 @@ static fwts_framework_minor_test method_tests[] = { { method_test_S5, "Test _S5 (System S5 State)." }, { method_test_WAK, "Test _WAK (System Wake)." }, - /* Section 19 */ - /* { method_test_INT, "Test _INT (Interrupts)." }, */ - /* Appendix B, ACPI Extensions for Display Adapters */ { method_test_ADR, "Test _ADR (Return Unique ID for Device)." },