Hi! > The fan hasn't worked on my HP nw8000 laptop after an S3 > suspend > ever, but fixing that to ACPI_D3 there finally makes it > work as > expected. > > If there was some hidden reason why that was set to > ACPI_D0,
You do not want to overheat while suspending. (Yep, I'm doing some time travel in my spare time, sorry about that). > @@ -243,7 +243,7 @@ static int acpi_fan_suspend(struct > acpi_device *device, int state) > if (!device) > return -EINVAL; > > - acpi_bus_set_power(device->handle, > ACPI_STATE_D0); > + acpi_bus_set_power(device->handle, > ACPI_STATE_D3); > > return AE_OK; > } > > - > To unsubscribe from this list: send the line > "unsubscribe linux-kernel" in > the body of a message to [EMAIL PROTECTED] > More majordomo info at > http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

