All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Devel] [PATCH] AcpiExec: Add in missing TableEvents INSTALL and UNINSTALL
@ 2016-08-29  0:42 Zheng, Lv
  0 siblings, 0 replies; 2+ messages in thread
From: Zheng, Lv @ 2016-08-29  0:42 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 1377 bytes --]

Hi, Colin

Thanks for the good catch!

> From: Devel [mailto:devel-bounces(a)acpica.org] On Behalf Of Colin King
> Subject: [Devel] [PATCH] AcpiExec: Add in missing TableEvents INSTALL and UNINSTALL
> 
> From: Colin Ian King <colin.king(a)canonical.com>
> 
> commit ed6a5fbc694f3a27d93014391aa9a6f6fe490461 ("Tables: Add
> new table events indicating table installation/uninstallation") added
> new table events but the TableEvents array was not updated with
> these two new events.  Update TableEvents with the new INSTALL
> and UNINSTALL event types.
> 
> Signed-off-by: Colin Ian King <colin.king(a)canonical.com>
Acked-by: Lv Zheng <lv.zheng(a)intel.com>

Best regards
Lv

> ---
>  source/tools/acpiexec/aehandlers.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/source/tools/acpiexec/aehandlers.c b/source/tools/acpiexec/aehandlers.c
> index f08ffbe..b52e4d8 100644
> --- a/source/tools/acpiexec/aehandlers.c
> +++ b/source/tools/acpiexec/aehandlers.c
> @@ -187,6 +187,8 @@ static char                *TableEvents[] =
>  {
>      "LOAD",
>      "UNLOAD",
> +    "INSTALL",
> +    "UNINSTALL",
>      "UNKNOWN"
>  };
>  #endif /* !ACPI_REDUCED_HARDWARE */
> --
> 2.9.3
> 
> _______________________________________________
> Devel mailing list
> Devel(a)acpica.org
> https://lists.acpica.org/mailman/listinfo/devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Devel] [PATCH] AcpiExec: Add in missing TableEvents INSTALL and UNINSTALL
@ 2016-08-26 21:54 Colin King
  0 siblings, 0 replies; 2+ messages in thread
From: Colin King @ 2016-08-26 21:54 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 900 bytes --]

From: Colin Ian King <colin.king(a)canonical.com>

commit ed6a5fbc694f3a27d93014391aa9a6f6fe490461 ("Tables: Add
new table events indicating table installation/uninstallation") added
new table events but the TableEvents array was not updated with
these two new events.  Update TableEvents with the new INSTALL
and UNINSTALL event types.

Signed-off-by: Colin Ian King <colin.king(a)canonical.com>
---
 source/tools/acpiexec/aehandlers.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/source/tools/acpiexec/aehandlers.c b/source/tools/acpiexec/aehandlers.c
index f08ffbe..b52e4d8 100644
--- a/source/tools/acpiexec/aehandlers.c
+++ b/source/tools/acpiexec/aehandlers.c
@@ -187,6 +187,8 @@ static char                *TableEvents[] =
 {
     "LOAD",
     "UNLOAD",
+    "INSTALL",
+    "UNINSTALL",
     "UNKNOWN"
 };
 #endif /* !ACPI_REDUCED_HARDWARE */
-- 
2.9.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-29  0:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-29  0:42 [Devel] [PATCH] AcpiExec: Add in missing TableEvents INSTALL and UNINSTALL Zheng, Lv
  -- strict thread matches above, loose matches on Subject: below --
2016-08-26 21:54 Colin King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.