diff mbox

acpi: method: remove resource descriptor field "_INT" from method/object list

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

Commit Message

Alex Hung Nov. 29, 2013, 3:33 a.m. UTC
Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 src/acpi/method/method.c | 4 ----
 1 file changed, 4 deletions(-)

Comments

Ivan Hu Dec. 9, 2013, 2:24 a.m. UTC | #1
On 11/29/2013 11:33 AM, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>   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)." },
>

Acked-by: Ivan Hu <ivan.hu@canonical.com>
Keng-Yu Lin Dec. 10, 2013, 6:21 a.m. UTC | #2
On Fri, Nov 29, 2013 at 11:33 AM, Alex Hung <alex.hung@canonical.com> wrote:
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  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)." },
> --
> 1.8.1.2
>
Acked-by: Keng-Yu Lin <kengyu@canonical.com>
diff mbox

Patch

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)." },