> Hi Jean, > > >> Hi Juerg, >> >> Please set the attachment type to text/plain next time. > > Hmm... Gmail doesn't give me control over this (I think) and I haven't > change anything. Weird. > > >> On Thu, 10 Jul 2008 12:37:26 -0700, Juerg Haefliger wrote: >>> Add detection of VIA VT1212 and SMSC EMC2700LPC Super IOs. >>> >>> Signed-off-by: Juerg Haefliger <juergh at gmail.com> >> >>> Index: lm-sensors-3.0.0/prog/detect/sensors-detect >>> =================================================================== >>> --- lm-sensors-3.0.0.orig/prog/detect/sensors-detect 2008-07-10 12:16:17.709353000 -0700 >>> +++ lm-sensors-3.0.0/prog/detect/sensors-detect 2008-07-10 12:28:41.895364000 -0700 >>> @@ -1666,6 +1666,11 @@ >>> devid => 0x77, >>> }, >>> { >>> + name => "SMSC EMC2700LPC Super IO", >>> + # no datasheet >>> + devid => 0x67, >>> + }, >>> + { >>> name => "SMSC FDC37B72x Super IO", >>> driver => "not-a-sensor", >>> devid => 0x4c, >>> @@ -1908,6 +1913,11 @@ >>> alias_detect => sub { vt1211_alias_detect(@_); }, >>> }, >>> { >>> + name => "VIA VT1212 Super IO Lite", >>> + driver => "not-a-sensor", >>> + devid => 0x3f, >> >> Are you sure? On Wilken's system, which according to the documentation >> has a VT1212 chip, sensors-detect says: >> >> Found unknown chip with ID 0xfc01 >> >> Which would mean a devid value of 0xfc rather then 0x3f. > > From the datasheet (sorry for the formatting): > 7 Configuration Index RW 00 > 20 Device ID RO 3F > 21 Device Revision RO 01 > 22 Power Down Control RW 00 > 23 LPC Wait State Select RW 09 > 24 GPIO Port 1 Pin Select RW 00 > 25 GPIO Port 2 Pin Select RW 00 I just realized that there's two different device IDs for the two packaging options, 3F/3E. I'll respin the patch. ...juerg > ...juerg > > > >>> + }, >>> + { >>> name => "Winbond W83627HF/F/HG/G Super IO Sensors", >>> driver => "w83627hf", >>> devid => 0x52, >> >> Thanks, >> -- >> Jean Delvare >> >