[PATCH 0/1] LP#526354: suspend/resume breaks sensors and fan

Andy Whitcroft apw at canonical.com
Tue Apr 13 09:54:46 UTC 2010


We have been tracking an issue where suspend/resume breaks temperature
sensors (which read 0 permenantly) and fans no longer turn on correctly.
Upstream has tracked that to needing multi-byte access to the EC.
Following this email is a patch which has been tested here to fix the
issue.  The original patch here caused boot panics on most ThinkPad models
and at least some MacBooks.  This is a replacement version of this patch
which still fixes the Dell systems and yet does not kill ThinkPads et al.

Tested good here on both the original Dell and on a ThinkPad T30.
Awaiting other testing feedback from affected users.

-apw

Andy Whitcroft (1):
  ACPI: EC: Allow multibyte access to EC (v2)

 drivers/acpi/acpica/exprep.c |   12 ++++++++++++
 drivers/acpi/ec.c            |    7 ++-----
 2 files changed, 14 insertions(+), 5 deletions(-)





More information about the kernel-team mailing list