mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 14:25:39 +00:00
The new fschmd driver uses the standard scaling values from the datasheet, so no conversion should be done from sensors.conf
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4959 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -1486,13 +1486,6 @@ chip "fscher-*"
|
||||
label in1 "+5V"
|
||||
label in2 "Battery"
|
||||
|
||||
# Compute Voltages using mainboard dependant MRO-values
|
||||
# (see the fscher driver documentation in the kernel tree)
|
||||
# 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-*"
|
||||
#
|
||||
|
Reference in New Issue
Block a user