ACPI: thinkpad-acpi: make sure DSDT TMPx readings don't return +128
commitfeb43d431f03829623e294884a2ca97f4e37b9ea
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Mon, 16 Jul 2007 21:23:28 +0000 (16 18:23 -0300)
committerHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Sun, 23 Sep 2007 12:31:02 +0000 (23 09:31 -0300)
treecb40aeb5223c3c8fe805f09f44b35f177694ddb6
parent52beb812ea6d85e1c1e8b110ed05971e0ab60b7f
ACPI: thinkpad-acpi: make sure DSDT TMPx readings don't return +128

We get +128 instead of -128 from the DSDT TMPx methods, due to errors when
converting a EC byte return that is a s8 to an ACPI handler return that is
an int.

Fix it once and for all, by clamping acceptable temperature readings from
DSDT TMPx so that anything outside the [-127,+127] range is converted to
TP_EC_THERMAL_TMP_NA (-128).

Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Cc: Michael Olbrich <michael.olbrich@gmx.net>
drivers/misc/thinkpad_acpi.c