diff mbox series

acpi/method: update tested method comments for _ALx and _SLI

Message ID 20200519170414.1369595-1-alex.hung@canonical.com
State Accepted
Headers show
Series acpi/method: update tested method comments for _ALx and _SLI | expand

Commit Message

Alex Hung May 19, 2020, 5:04 p.m. UTC
There are no functional changes.

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 May 19, 2020, 5:10 p.m. UTC | #1
On 19/05/2020 18:04, Alex Hung wrote:
> There are no functional changes.
> 
> 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 e0c8c96d..e5acc594 100644
> --- a/src/acpi/method/method.c
> +++ b/src/acpi/method/method.c
> @@ -41,7 +41,7 @@
>   * _ALP 	 Y
>   * _ALR 	 Y
>   * _ALT 	 Y
> - * _ALx 	 N
> + * _ALx 	 Y
>   * _ART 	 Y
>   * _BBN 	 Y
>   * _BCL 	 Y
> @@ -215,7 +215,7 @@
>   * _SDD 	 n/a
>   * _SEG 	 Y
>   * _SHL 	 n/a
> - * _SLI 	 N
> + * _SLI 	 Y
>   * _SPD 	 Y
>   * _SRS 	 n/a
>   * _SRT 	 Y
> 
Acked-by: Colin Ian King <colin.king@canonical.com>
Ivan Hu May 22, 2020, 6:46 a.m. UTC | #2
On 5/20/20 1:04 AM, Alex Hung wrote:
> There are no functional changes.
> 
> 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 e0c8c96d..e5acc594 100644
> --- a/src/acpi/method/method.c
> +++ b/src/acpi/method/method.c
> @@ -41,7 +41,7 @@
>   * _ALP 	 Y
>   * _ALR 	 Y
>   * _ALT 	 Y
> - * _ALx 	 N
> + * _ALx 	 Y
>   * _ART 	 Y
>   * _BBN 	 Y
>   * _BCL 	 Y
> @@ -215,7 +215,7 @@
>   * _SDD 	 n/a
>   * _SEG 	 Y
>   * _SHL 	 n/a
> - * _SLI 	 N
> + * _SLI 	 Y
>   * _SPD 	 Y
>   * _SRS 	 n/a
>   * _SRT 	 Y
> 

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

Patch

diff --git a/src/acpi/method/method.c b/src/acpi/method/method.c
index e0c8c96d..e5acc594 100644
--- a/src/acpi/method/method.c
+++ b/src/acpi/method/method.c
@@ -41,7 +41,7 @@ 
  * _ALP 	 Y
  * _ALR 	 Y
  * _ALT 	 Y
- * _ALx 	 N
+ * _ALx 	 Y
  * _ART 	 Y
  * _BBN 	 Y
  * _BCL 	 Y
@@ -215,7 +215,7 @@ 
  * _SDD 	 n/a
  * _SEG 	 Y
  * _SHL 	 n/a
- * _SLI 	 N
+ * _SLI 	 Y
  * _SPD 	 Y
  * _SRS 	 n/a
  * _SRT 	 Y