]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
hwmon: (it87) Fix thermal sensor type values
authorJean Delvare <khali@linux-fr.org>
Fri, 17 Oct 2008 15:51:16 +0000 (17:51 +0200)
committerJean Delvare <khali@mahadeva.delvare>
Fri, 17 Oct 2008 15:51:16 +0000 (17:51 +0200)
commit4ed1077953f531b3fef4af4b4ade48a828c48869
treeaa7e98269aba19ec851521ad2127e87c615fff36
parent0c6e97317102a8f480bdfb418f19fe989ad1c047
hwmon: (it87) Fix thermal sensor type values

The it87 driver doesn't follow the standard sensor type values as
documented in Documentation/hwmon/sysfs-interface. It uses value 2 for
thermistors instead of value 4. This causes "sensors" to tell the user
that the chip is setup for a transistor while it is actually setup for
a thermistor.

Using value 4 for thermistors solves the problem. For compatibility
reasons, we still accept value 2 but emit a warning message so that
users update their configuration files.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Documentation/hwmon/it87
drivers/hwmon/it87.c