linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch/RESEND 2.6.28-rc2 1/2] ACPI:  fix ACPI_FADT_S4_RTC_WAKE comment
@ 2008-10-27 20:57 David Brownell
  2008-10-28  5:50 ` Len Brown
  0 siblings, 1 reply; 2+ messages in thread
From: David Brownell @ 2008-10-27 20:57 UTC (permalink / raw)
  To: linux-acpi; +Cc: lkml

From: David Brownell <dbrownell@users.sourceforge.net>

Make the comment for ACPI_FADT_S4_RTC_WAKE match the ACPI spec;
that bit has nothing to do with status bits.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
---
 include/acpi/actbl.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/include/acpi/actbl.h	2008-08-19 20:25:36.000000000 -0700
+++ b/include/acpi/actbl.h	2008-08-19 20:26:14.000000000 -0700
@@ -245,7 +245,7 @@ struct acpi_table_fadt {
 #define ACPI_FADT_POWER_BUTTON      (1<<4)	/* 04: Power button is handled as a generic feature */
 #define ACPI_FADT_SLEEP_BUTTON      (1<<5)	/* 05: Sleep button is handled as a generic feature, or  not present */
 #define ACPI_FADT_FIXED_RTC         (1<<6)	/* 06: RTC wakeup stat not in fixed register space */
-#define ACPI_FADT_S4_RTC_WAKE       (1<<7)	/* 07: RTC wakeup stat not possible from S4 */
+#define ACPI_FADT_S4_RTC_WAKE       (1<<7)	/* 07: RTC wakeup possible from S4 */
 #define ACPI_FADT_32BIT_TIMER       (1<<8)	/* 08: tmr_val is 32 bits 0=24-bits */
 #define ACPI_FADT_DOCKING_SUPPORTED (1<<9)	/* 09: Docking supported */
 #define ACPI_FADT_RESET_REGISTER    (1<<10)	/* 10: System reset via the FADT RESET_REG supported */

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

* Re: [patch/RESEND 2.6.28-rc2 1/2] ACPI:  fix ACPI_FADT_S4_RTC_WAKE comment
  2008-10-27 20:57 [patch/RESEND 2.6.28-rc2 1/2] ACPI: fix ACPI_FADT_S4_RTC_WAKE comment David Brownell
@ 2008-10-28  5:50 ` Len Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Len Brown @ 2008-10-28  5:50 UTC (permalink / raw)
  To: David Brownell; +Cc: linux-acpi, lkml

forwarded to devel@lists.acpica.org

thanks,
-len

On Mon, 27 Oct 2008, David Brownell wrote:

> From: David Brownell <dbrownell@users.sourceforge.net>
> 
> Make the comment for ACPI_FADT_S4_RTC_WAKE match the ACPI spec;
> that bit has nothing to do with status bits.
> 
> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
> ---
>  include/acpi/actbl.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/include/acpi/actbl.h	2008-08-19 20:25:36.000000000 -0700
> +++ b/include/acpi/actbl.h	2008-08-19 20:26:14.000000000 -0700
> @@ -245,7 +245,7 @@ struct acpi_table_fadt {
>  #define ACPI_FADT_POWER_BUTTON      (1<<4)	/* 04: Power button is handled as a generic feature */
>  #define ACPI_FADT_SLEEP_BUTTON      (1<<5)	/* 05: Sleep button is handled as a generic feature, or  not present */
>  #define ACPI_FADT_FIXED_RTC         (1<<6)	/* 06: RTC wakeup stat not in fixed register space */
> -#define ACPI_FADT_S4_RTC_WAKE       (1<<7)	/* 07: RTC wakeup stat not possible from S4 */
> +#define ACPI_FADT_S4_RTC_WAKE       (1<<7)	/* 07: RTC wakeup possible from S4 */
>  #define ACPI_FADT_32BIT_TIMER       (1<<8)	/* 08: tmr_val is 32 bits 0=24-bits */
>  #define ACPI_FADT_DOCKING_SUPPORTED (1<<9)	/* 09: Docking supported */
>  #define ACPI_FADT_RESET_REGISTER    (1<<10)	/* 10: System reset via the FADT RESET_REG supported */
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 

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

end of thread, other threads:[~2008-10-28  5:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-27 20:57 [patch/RESEND 2.6.28-rc2 1/2] ACPI: fix ACPI_FADT_S4_RTC_WAKE comment David Brownell
2008-10-28  5:50 ` Len Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).