diff options
author | Rudolf Marek <r.marek@assembler.cz> | 2006-01-27 21:02:09 +0000 |
---|---|---|
committer | Rudolf Marek <r.marek@assembler.cz> | 2006-01-27 21:02:09 +0000 |
commit | c83a8a43e8452e37b61b2a2fec63105d6697ae5a (patch) | |
tree | e6efc83821d7f0a6df2831bcd80c705f12182f6f /etc/sensors.conf.eg | |
parent | 528d3c7f4db34dcbb6721ae6f88eb342f139a829 (diff) | |
download | lm-sensors-git-c83a8a43e8452e37b61b2a2fec63105d6697ae5a.tar.gz |
Add back the temp1 in vt1211, patch from Juerg Haefliger <juergh@gmail.com>
This patch enables the reading of temp1 (Reading3) from the VT1211.
Reading3 returns the V1211's internal temperature.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3246 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'etc/sensors.conf.eg')
-rw-r--r-- | etc/sensors.conf.eg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/sensors.conf.eg b/etc/sensors.conf.eg index cd41302a..73ec21ff 100644 --- a/etc/sensors.conf.eg +++ b/etc/sensors.conf.eg @@ -1923,12 +1923,13 @@ chip "lm63-*" chip "vt1211-*" # -# temp1 and in6 are not implemented in vt1211 +# in6 is not implemented in vt1211 # # 1 for temp, 0 for volt. # Sensor Voltage Mode Temp Mode config bit # -------- ------------ --------- -------------- # Reading 1 temp3 +# Reading 3 temp1 # UCH1/Reading2 in0 temp2 0x04 (4) # UCH2 in1 temp4 0x08 (8) # UCH3 in2 temp5 0x10 (16) @@ -1959,6 +1960,7 @@ chip "vt1211-*" label in4 "+12V" label in5 "+3.3V" + label temp1 "Int Temp" label temp2 "MB1 Temp" label temp3 "Proc Temp" label temp4 "MB2 Temp" |