From patchwork Mon Jan 11 06:52:16 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Hung X-Patchwork-Id: 565661 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 28AAA1402D9; Mon, 11 Jan 2016 17:52:30 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1aIWL5-0003eU-5d; Mon, 11 Jan 2016 06:52:27 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1aIWKz-0003du-Tl for fwts-devel@lists.ubuntu.com; Mon, 11 Jan 2016 06:52:21 +0000 Received: from [175.180.207.39] (helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1aIWKz-0003hc-2b; Mon, 11 Jan 2016 06:52:21 +0000 From: Alex Hung To: fwts-devel@lists.ubuntu.com Subject: [PATCH] method: update method status Date: Mon, 11 Jan 2016 14:52:16 +0800 Message-Id: <1452495136-3772-1-git-send-email-alex.hung@canonical.com> X-Mailer: git-send-email 2.5.0 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 _DTI is implemented and _OS is not a method Signed-off-by: Alex Hung Acked-by: Colin Ian King Acked-by: Ivan Hu --- src/acpi/method/method.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/acpi/method/method.c b/src/acpi/method/method.c index 5150725..4f6575b 100644 --- a/src/acpi/method/method.c +++ b/src/acpi/method/method.c @@ -88,7 +88,7 @@ * _DSM 9.14.1 N * _DSS B.6.8 Y * _DSW 7.2.1 Y - * _DTI 11.4.5 N + * _DTI 11.4.5 Y * _Exx 5.6.4.1 n/a * _EC 12.12 Y * _EDL 6.3.1 Y @@ -137,7 +137,7 @@ * _NTT 11.4.9 Y * _OFF 7.1.2 Y * _ON_ 7.1.3 Y - * _OS 5.7.3 N + * _OS 5.7.3 n/a * _OSC 6.2.10 n/a * _OSI 5.7.2 n/a * _OST 6.3.5 n/a