you will also need to add recognition of "it8712" to prog/sensors/main.c (matches table) and to libsensors (chips.c, chips.h), as the userspace code only recognizes "it87" at this time. Rudolf Marek wrote: > Hi, > > This patch adds the it8712 line to sensors.conf because I add the > it8712 "brand" to the driver to allow the vid reading. It will be in > 2.6.9 kernel. > > Second part adds warning to sensors.h mainly for developers not to add > legacy SYSCTL entries there because it is generated. I add them there > for my 2.6 only driver and they gone :/ > > Regards > > Rudolf > > diff -Naur lm_sensors2/etc/sensors.conf.eg lm_sensors2_my/etc/sensors.conf.eg > --- lm_sensors2/etc/sensors.conf.eg 2004-08-31 23:03:26.000000000 +0200 > +++ lm_sensors2_my/etc/sensors.conf.eg 2004-09-22 13:07:01.000000000 +0200 > @@ -1388,7 +1388,7 @@ > ignore "Vccp2" > > > -chip "it87-*" > +chip "it87-*" "it8712-*" > > # The values below have been tested on Asus CUSI, CUM motherboards. > > @@ -1405,7 +1405,7 @@ > label in8 "VBat" > > # vid is not monitored by IT8705F > - # and is not supported by driver at this time > + # comment out if you have IT8712 > ignore vid > > # Incubus Saturnus reports that the IT87 chip on Asus A7V8X-X seems > diff -Naur lm_sensors2/kernel/include/sensors.h.template lm_sensors2_my/kernel/include/sensors.h.template > --- lm_sensors2/kernel/include/sensors.h.template 2003-06-08 23:33:38.000000000 +0200 > +++ lm_sensors2_my/kernel/include/sensors.h.template 2004-09-22 13:04:57.000000000 +0200 > @@ -16,6 +16,8 @@ > You should have received a copy of the GNU General Public License > along with this program; if not, write to the Free Software > Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. > + > + --- THIS FILE IS AUTOGENERATED DO NOT EDIT -- > */ > > #ifndef LIB_SENSORS_H > >