mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-30 22:05:11 +00:00
Add a default configuration section for adt7473 and adt7475.
Add a default configuration section for adt7476 and adt7490. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5803 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -9,6 +9,8 @@ SVN-HEAD
|
||||
pwmconfig: Exit immediately if not root
|
||||
Save device paths and names in configuration file
|
||||
sensors.conf.default: Encourage user to not modify this file
|
||||
Add a section for adt7473 and adt7475
|
||||
Add a section for adt7476 and adt7490
|
||||
sensord: Don't name our variables "alarm"
|
||||
Major refactoring including
|
||||
- Cleanup of huge functions
|
||||
|
@@ -403,3 +403,32 @@ chip "f8000-*"
|
||||
compute in0 @*2, @/2
|
||||
compute in1 @*2, @/2
|
||||
compute in2 @*2, @/2
|
||||
|
||||
|
||||
chip "adt7473-*" "adt7475-*"
|
||||
|
||||
label in2 "+3.3V"
|
||||
|
||||
set in2_min 3.3 * 0.90
|
||||
set in2_max 3.3 * 1.10
|
||||
|
||||
label temp2 "Board Temp"
|
||||
|
||||
|
||||
chip "adt7476-*" "adt7490-*"
|
||||
|
||||
label in1 "Vcore"
|
||||
label in2 "+3.3V"
|
||||
label in3 "+5V"
|
||||
label in4 "+12V"
|
||||
|
||||
set in2_min 3.3 * 0.90
|
||||
set in2_max 3.3 * 1.10
|
||||
set in3_min 5.0 * 0.90
|
||||
set in3_max 5.0 * 1.10
|
||||
# Depending on how your ADT7476 is hardwired, you may or may not have
|
||||
# +12V readings.
|
||||
# set in4_min 12.0 * 0.90
|
||||
# set in4_max 12.0 * 1.10
|
||||
|
||||
label temp2 "M/B Temp"
|
||||
|
Reference in New Issue
Block a user