Changeset 5360

Show
Ignore:
Timestamp:
10/14/08 18:40:08 (3 years ago)
Author:
khali
Message:

Add VIA VX800/VX820 detection.

Location:
lm-sensors/branches/lm-sensors-3.0.0
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/lm-sensors-3.0.0/CHANGES

    r5358 r5360  
    55  maxilife scripts: Delete (driver never ported to Linux 2.6) 
    66  sensors-detect: Fix detection of ADT7463 and LM96000 
     7                  Add VIA VX800/VX820 support  
    78 
    893.0.3 (2008-09-28) 
  • lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect

    r5358 r5360  
    277277       devid  => 0x8324, 
    278278       procid => "VIA Technologies CX700 South Bridge", 
     279       driver => "i2c-viapro", 
     280       match => qr/^SMBus V(IA|ia) Pro adapter at/, 
     281     }, 
     282     { 
     283       vendid => 0x1106, 
     284       devid  => 0x8353, 
     285       procid => "VIA Technologies VX800/VX820 South Bridge", 
    279286       driver => "i2c-viapro", 
    280287       match => qr/^SMBus V(IA|ia) Pro adapter at/,