Changeset 5359

Show
Ignore:
Timestamp:
10/14/08 18:15:30 (5 years ago)
Author:
khali
Message:

Add VIA VX800/VX820 detection.

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r5357 r5359  
    1919                          Prevent misdetection of W83627DHG on I2C as LM78 
    2020                          W83627DHG has no subclients 
     21                          Add VIA VX800/VX820 support 
    2122 
    22232.10.7 (20080701) 
  • lm-sensors/trunk/prog/detect/sensors-detect

    r5357 r5359  
    269269       devid  => 0x8324, 
    270270       procid => "VIA Technologies CX700 South Bridge", 
     271       driver => "i2c-viapro", 
     272       match => qr/^SMBus V(IA|ia) Pro adapter at/, 
     273     }, 
     274     { 
     275       vendid => 0x1106, 
     276       devid  => 0x8353, 
     277       procid => "VIA Technologies VX800/VX820 South Bridge", 
    271278       driver => "i2c-viapro", 
    272279       match => qr/^SMBus V(IA|ia) Pro adapter at/,