Re: [RFC V2 PATCH 02/11] acpi: Implement control method sleep button

2024-10-11 Thread Igor Mammedov
On Tue, 8 Oct 2024 11:22:33 -0400 Annie Li wrote: > On 10/7/2024 8:59 AM, Igor Mammedov wrote: > > On Fri, 27 Sep 2024 14:38:57 -0400 > > Annie Li wrote: > > > >> The control method sleep button is added, as well as its GPE event > >> handler. > >> > >> Co-developed-by: Miguel Luis > >> Signed-

Re: [RFC V2 PATCH 02/11] acpi: Implement control method sleep button

2024-10-08 Thread Annie Li
On 10/7/2024 8:59 AM, Igor Mammedov wrote: On Fri, 27 Sep 2024 14:38:57 -0400 Annie Li wrote: The control method sleep button is added, as well as its GPE event handler. Co-developed-by: Miguel Luis Signed-off-by: Annie Li --- hw/acpi/control_method_device.c | 54 +++

Re: [RFC V2 PATCH 02/11] acpi: Implement control method sleep button

2024-10-07 Thread Igor Mammedov
On Fri, 27 Sep 2024 14:38:57 -0400 Annie Li wrote: > The control method sleep button is added, as well as its GPE event > handler. > > Co-developed-by: Miguel Luis > Signed-off-by: Annie Li > --- > hw/acpi/control_method_device.c | 54 + > hw/acpi/meson.build

[RFC V2 PATCH 02/11] acpi: Implement control method sleep button

2024-09-27 Thread Annie Li
The control method sleep button is added, as well as its GPE event handler. Co-developed-by: Miguel Luis Signed-off-by: Annie Li --- hw/acpi/control_method_device.c | 54 + hw/acpi/meson.build | 1 + include/hw/acpi/control_method_device.h |