2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00

re-add fscher compute lines for use with the old fscher driver

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4980 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Hans de Goede
2007-10-24 13:03:36 +00:00
parent 0aee76dbbb
commit f7bc498fd0

View File

@@ -1486,6 +1486,14 @@ chip "fscher-*"
label in1 "+5V"
label in2 "Battery"
# Uncomment the computes line below when using the old fscher driver, leave
# them commented when using the newer unified fschmd driver
#
# M R O O M R
# compute in0 (@ * (49 * 33) / 255) + (0 / 100), (@ - (0 / 100)) * 255 / (49 * 33)
# compute in1 (@ * (20 * 33) / 255) + (0 / 100), (@ - (0 / 100)) * 255 / (20 * 33)
# compute in2 (@ * (10 * 33) / 255) + (0 / 100), (@ - (0 / 100)) * 255 / (10 * 33)
chip "pcf8591-*"
#