Changeset 5526

Show
Ignore:
Timestamp:
12/05/08 12:02:58 (4 years ago)
Author:
khali
Message:

Add Supermicro to the SMBus probing white list.

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

    r5523 r5526  
    4242                  Document the new detection order and rules 
    4343                  Gather DMI data and print it at start-up 
    44                   Always probe the SMBus on Asus and Tyan boards 
     44                  Always probe the SMBus on Asus, Tyan and Supermicro boards 
    4545                  Move IPMI interface detection to its own section 
    4646                  Skip IPMI probing on laptops 
  • lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect

    r5525 r5526  
    52345234                # Except on Asus and Tyan boards which often have more than 
    52355235                # one hardware monitoring chip 
    5236                 $by_default = 1 if dmi_match('board_vendor', 'asustek', 'tyan'); 
     5236                $by_default = 1 if dmi_match('board_vendor', 'asustek', 'tyan', 
     5237                                             'supermicro'); 
    52375238 
    52385239                for (my $dev_nr = 0; $dev_nr < @i2c_adapters; $dev_nr++) {