diff mbox

method: update method status

Message ID 1452495136-3772-1-git-send-email-alex.hung@canonical.com
State Accepted
Headers show

Commit Message

Alex Hung Jan. 11, 2016, 6:52 a.m. UTC
_DTI is implemented and _OS is not a method

Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 src/acpi/method/method.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Colin Ian King Jan. 11, 2016, 8:21 a.m. UTC | #1
On 11/01/16 06:52, Alex Hung wrote:
> _DTI is implemented and _OS is not a method
> 
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  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
> 
Acked-by: Colin Ian King <colin.king@canonical.com>
Ivan Hu Jan. 12, 2016, 2:59 a.m. UTC | #2
On 2016年01月11日 14:52, Alex Hung wrote:
> _DTI is implemented and _OS is not a method
>
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>   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
>

Acked-by: Ivan Hu <ivan.hu@canonical.com>
diff mbox

Patch

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