Changeset 1519

Show
Ignore:
Timestamp:
09/01/02 22:22:51 (11 years ago)
Author:
mmh
Message:

added support for SiS645

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/detect/sensors-detect

    r1514 r1519  
    202202       driver => "i2c-sis630", 
    203203       match => sub { $_[0] =~ /^SMBus SIS630 adapter at [0-9,a-f]{4}/ }, 
     204     } , 
     205     { 
     206       vendid => 0x1039, 
     207       devid  => 0x0645, 
     208       func => 0, 
     209       procid => "Silicon Integrated Systems SIS645", 
     210       driver => "i2c-sis645", 
     211       match => sub { $_[0] =~ /^SMBus SiS645 adapter at 0x[0-9,a-f]{4}/ }, 
    204212     } , 
    205213     {