diff mbox

apci: method: update comments on implemented tests

Message ID 1357665743-17465-1-git-send-email-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King Jan. 8, 2013, 5:22 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

I've been slack and not been updating the table with the list
of implemented tests. Update this and remove some commented out
tests that have been implemented which appear further down in
the list of tests.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 src/acpi/method/method.c | 32 ++++++++++++++------------------
 1 file changed, 14 insertions(+), 18 deletions(-)

Comments

Keng-Yu Lin Jan. 23, 2013, 11:34 a.m. UTC | #1
On Wed, Jan 9, 2013 at 1:22 AM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> I've been slack and not been updating the table with the list
> of implemented tests. Update this and remove some commented out
> tests that have been implemented which appear further down in
> the list of tests.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  src/acpi/method/method.c | 32 ++++++++++++++------------------
>  1 file changed, 14 insertions(+), 18 deletions(-)
>
> diff --git a/src/acpi/method/method.c b/src/acpi/method/method.c
> index f42a179..371fcb5 100644
> --- a/src/acpi/method/method.c
> +++ b/src/acpi/method/method.c
> @@ -60,7 +60,7 @@
>   * _BMS  10.2.2.5      Y
>   * _BQC  B.6.4         Y
>   * _BST  10.2.2.6      Y
> - * _BTM  10.2.2.8      N
> + * _BTM  10.2.2.8      Y
>   * _BTP  10.2.2.7      Y
>   * _CBA  see PCI spec  N
>   * _CDM  6.2.1         N
> @@ -117,7 +117,7 @@
>   * _HOT  11.4.6                Y
>   * _HPP  6.2.7         N
>   * _HPX  6.2.8         N
> - * _HRV  6.1.6         N
> + * _HRV  6.1.6         Y
>   * _IFT  19.5          N
>   * _INI  6.5.1         N
>   * _INT  19.1.8                N
> @@ -182,12 +182,12 @@
>   * _RMV  6.3.6         Y
>   * _ROM  B.4.3         Y
>   * _RTV  11.4.10       Y
> - * _S0_  7.3.4.1       N
> - * _S1_  7.3.4.2       N
> - * _S2_  7.3.4.3       N
> - * _S3_  7.3.4.4       N
> - * _S4_  7.3.4.5       N
> - * _S5_  7.3.4.6       N
> + * _S0_  7.3.4.1       Y
> + * _S1_  7.3.4.2       Y
> + * _S2_  7.3.4.3       Y
> + * _S3_  7.3.4.4       Y
> + * _S4_  7.3.4.5       Y
> + * _S5_  7.3.4.6       Y
>   * _S1D  7.2.16                Y
>   * _S2D  7.2.17                Y
>   * _S3D  7.2.18                Y
> @@ -210,18 +210,18 @@
>   * _SST  9.1.1         N
>   * _STA  6.3.7, 7.1.4  Y
>   * _STM  9.8.2.1.2     N
> - * _STP  9.18.7                N
> + * _STP  9.18.7                Y
>   * _STR  6.1.9         Y
> - * _STV  9.18.8                N
> + * _STV  9.18.8                Y
>   * _SUB  6.1.9         Y
> - * _SUN  6.1.8         N
> - * _SWS  7.3.5         N
> + * _SUN  6.1.8         Y
> + * _SWS  7.3.5         Y
>   * _T_x  18.2.1.1      n/a
>   * _TC1  11.4.12       Y
>   * _TC2  11.4.13       Y
>   * _TDL  8.4.3.5       Y
> - * _TIP  9.18.9                N
> - * _TIV  9.18.10       N
> + * _TIP  9.18.9                Y
> + * _TIV  9.18.10       Y
>   * _TMP  11.4.14       Y
>   * _TPC  8.4.3.3       Y
>   * _TPT  11.4.15       Y
> @@ -4844,10 +4844,6 @@ static fwts_framework_minor_test method_tests[] = {
>         /* { method_test_MSG, "Check _MSG (Message)." }, */
>         /* { method_test_PUR, "Check _PUR (Processor Utilization Request)." }, */
>         /* { method_test_SST, "Check _SST (System Status)." }, */
> -       /* { method_test_STP, "Check _STP (Set Expired Timer Wake Policy)." }, */
> -       /* { method_test_STV, "Check _STV (Set Timer Value)." }, */
> -       /* { method_test_TIP, "Check _TIP (Expired Timer Wake Policy)." }, */
> -       /* { method_test_TIV, "Check _TIV (Timer Values)." }, */
>
>         /* Section 9.2 Ambient Light Sensor Device */
>
> --
> 1.8.0
>
>
Acked-by: Keng-Yu Lin <kengyu@canonical.com>
Ivan Hu Jan. 31, 2013, 6:15 a.m. UTC | #2
On 01/09/2013 01:22 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> I've been slack and not been updating the table with the list
> of implemented tests. Update this and remove some commented out
> tests that have been implemented which appear further down in
> the list of tests.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   src/acpi/method/method.c | 32 ++++++++++++++------------------
>   1 file changed, 14 insertions(+), 18 deletions(-)
>
> diff --git a/src/acpi/method/method.c b/src/acpi/method/method.c
> index f42a179..371fcb5 100644
> --- a/src/acpi/method/method.c
> +++ b/src/acpi/method/method.c
> @@ -60,7 +60,7 @@
>    * _BMS  10.2.2.5	Y
>    * _BQC  B.6.4		Y
>    * _BST  10.2.2.6	Y
> - * _BTM  10.2.2.8	N
> + * _BTM  10.2.2.8	Y
>    * _BTP  10.2.2.7	Y
>    * _CBA  see PCI spec	N
>    * _CDM  6.2.1		N
> @@ -117,7 +117,7 @@
>    * _HOT  11.4.6		Y
>    * _HPP  6.2.7		N
>    * _HPX  6.2.8		N
> - * _HRV  6.1.6		N
> + * _HRV  6.1.6		Y
>    * _IFT  19.5		N
>    * _INI  6.5.1		N
>    * _INT  19.1.8		N
> @@ -182,12 +182,12 @@
>    * _RMV  6.3.6		Y
>    * _ROM  B.4.3		Y
>    * _RTV  11.4.10	Y
> - * _S0_  7.3.4.1	N
> - * _S1_  7.3.4.2	N
> - * _S2_  7.3.4.3	N
> - * _S3_  7.3.4.4	N
> - * _S4_  7.3.4.5	N
> - * _S5_  7.3.4.6	N
> + * _S0_  7.3.4.1	Y
> + * _S1_  7.3.4.2	Y
> + * _S2_  7.3.4.3	Y
> + * _S3_  7.3.4.4	Y
> + * _S4_  7.3.4.5	Y
> + * _S5_  7.3.4.6	Y
>    * _S1D  7.2.16		Y
>    * _S2D  7.2.17		Y
>    * _S3D  7.2.18		Y
> @@ -210,18 +210,18 @@
>    * _SST  9.1.1		N
>    * _STA  6.3.7, 7.1.4	Y
>    * _STM  9.8.2.1.2	N
> - * _STP  9.18.7		N
> + * _STP  9.18.7		Y
>    * _STR  6.1.9		Y
> - * _STV  9.18.8		N
> + * _STV  9.18.8		Y
>    * _SUB  6.1.9		Y
> - * _SUN  6.1.8		N
> - * _SWS  7.3.5		N
> + * _SUN  6.1.8		Y
> + * _SWS  7.3.5		Y
>    * _T_x  18.2.1.1	n/a
>    * _TC1  11.4.12	Y
>    * _TC2  11.4.13	Y
>    * _TDL  8.4.3.5	Y
> - * _TIP  9.18.9		N
> - * _TIV  9.18.10	N
> + * _TIP  9.18.9		Y
> + * _TIV  9.18.10	Y
>    * _TMP  11.4.14	Y
>    * _TPC  8.4.3.3	Y
>    * _TPT  11.4.15	Y
> @@ -4844,10 +4844,6 @@ static fwts_framework_minor_test method_tests[] = {
>   	/* { method_test_MSG, "Check _MSG (Message)." }, */
>   	/* { method_test_PUR, "Check _PUR (Processor Utilization Request)." }, */
>   	/* { method_test_SST, "Check _SST (System Status)." }, */
> -	/* { method_test_STP, "Check _STP (Set Expired Timer Wake Policy)." }, */
> -	/* { method_test_STV, "Check _STV (Set Timer Value)." }, */
> -	/* { method_test_TIP, "Check _TIP (Expired Timer Wake Policy)." }, */
> -	/* { method_test_TIV, "Check _TIV (Timer Values)." }, */
>
>   	/* Section 9.2 Ambient Light Sensor Device */
>
>
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 f42a179..371fcb5 100644
--- a/src/acpi/method/method.c
+++ b/src/acpi/method/method.c
@@ -60,7 +60,7 @@ 
  * _BMS  10.2.2.5	Y
  * _BQC  B.6.4		Y
  * _BST  10.2.2.6	Y
- * _BTM  10.2.2.8	N
+ * _BTM  10.2.2.8	Y
  * _BTP  10.2.2.7	Y
  * _CBA  see PCI spec	N
  * _CDM  6.2.1		N
@@ -117,7 +117,7 @@ 
  * _HOT  11.4.6		Y
  * _HPP  6.2.7		N
  * _HPX  6.2.8		N
- * _HRV  6.1.6		N
+ * _HRV  6.1.6		Y
  * _IFT  19.5		N
  * _INI  6.5.1		N
  * _INT  19.1.8		N
@@ -182,12 +182,12 @@ 
  * _RMV  6.3.6		Y
  * _ROM  B.4.3		Y
  * _RTV  11.4.10	Y
- * _S0_  7.3.4.1	N
- * _S1_  7.3.4.2	N
- * _S2_  7.3.4.3	N
- * _S3_  7.3.4.4	N
- * _S4_  7.3.4.5	N
- * _S5_  7.3.4.6	N
+ * _S0_  7.3.4.1	Y
+ * _S1_  7.3.4.2	Y
+ * _S2_  7.3.4.3	Y
+ * _S3_  7.3.4.4	Y
+ * _S4_  7.3.4.5	Y
+ * _S5_  7.3.4.6	Y
  * _S1D  7.2.16		Y
  * _S2D  7.2.17		Y
  * _S3D  7.2.18		Y
@@ -210,18 +210,18 @@ 
  * _SST  9.1.1		N
  * _STA  6.3.7, 7.1.4	Y
  * _STM  9.8.2.1.2	N
- * _STP  9.18.7		N
+ * _STP  9.18.7		Y
  * _STR  6.1.9		Y
- * _STV  9.18.8		N
+ * _STV  9.18.8		Y
  * _SUB  6.1.9		Y
- * _SUN  6.1.8		N
- * _SWS  7.3.5		N
+ * _SUN  6.1.8		Y
+ * _SWS  7.3.5		Y
  * _T_x  18.2.1.1	n/a
  * _TC1  11.4.12	Y
  * _TC2  11.4.13	Y
  * _TDL  8.4.3.5	Y
- * _TIP  9.18.9		N
- * _TIV  9.18.10	N
+ * _TIP  9.18.9		Y
+ * _TIV  9.18.10	Y
  * _TMP  11.4.14	Y
  * _TPC  8.4.3.3	Y
  * _TPT  11.4.15	Y
@@ -4844,10 +4844,6 @@  static fwts_framework_minor_test method_tests[] = {
 	/* { method_test_MSG, "Check _MSG (Message)." }, */
 	/* { method_test_PUR, "Check _PUR (Processor Utilization Request)." }, */
 	/* { method_test_SST, "Check _SST (System Status)." }, */
-	/* { method_test_STP, "Check _STP (Set Expired Timer Wake Policy)." }, */
-	/* { method_test_STV, "Check _STV (Set Timer Value)." }, */
-	/* { method_test_TIP, "Check _TIP (Expired Timer Wake Policy)." }, */
-	/* { method_test_TIV, "Check _TIV (Timer Values)." }, */
 
 	/* Section 9.2 Ambient Light Sensor Device */