akpm@xxxxxxxx <akpm@xxxxxxxx> : > > From: Satoru Takeuchi <takeuchi_satoru@xxxxxxxxxxxxxx> > > Currently wakeup capability is available if and only if > CONFIG_ACPI_SLEEP=y. But S5 is not a sleep state. This patch makes ACPI > subsystem to be able to wakeup from S5 state even if sleep mode is not > supported. [...] > diff -puN drivers/acpi/sleep/Makefile~acpi-ia64-wake-on-lan-fix drivers/acpi/sleep/Makefile > --- devel/drivers/acpi/sleep/Makefile~acpi-ia64-wake-on-lan-fix 2006-03-28 14:03:06.000000000 -0800 > +++ devel-akpm/drivers/acpi/sleep/Makefile 2006-03-28 14:03:06.000000000 -0800 > @@ -1,5 +1,4 @@ > -obj-y := poweroff.o wakeup.o > +obj-y := poweroff.o wakeup.o proc.o > obj-$(CONFIG_ACPI_SLEEP) += main.o > -obj-$(CONFIG_ACPI_SLEEP_PROC_FS) += proc.o $ less drivers/acpi/Kconfig [...] config ACPI_SLEEP_PROC_SLEEP bool "/proc/acpi/sleep (deprecated)" depends on ACPI_SLEEP_PROC_FS The current patch would always build in a deprecated feature, right ? -- Ueimor - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html