Changeset 5563 for lm-sensors/branches

Show
Ignore:
Timestamp:
12/13/08 19:49:55 (3 years ago)
Author:
khali
Message:

Add Intel Core I7 support. Patch from Reinhard Nissl.

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

    r5550 r5563  
    4949                  Skip IPMI probing on laptops 
    5050                  Add Winbond/Nuvoton W83667HG support 
     51                  Add Intel Core I7 support 
    5152  sensors-detect-stat.pl: Delete (functionality merged into sensors-detect) 
    5253 
  • lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect

    r5532 r5563  
    49414941                                 $probecpu->{model} == 15 || 
    49424942                                 $probecpu->{model} == 0x16 || 
    4943                                  $probecpu->{model} == 0x17)) { 
     4943                                 $probecpu->{model} == 0x17 || 
     4944                                 $probecpu->{model} == 0x1a)) { 
    49444945                        return 9; 
    49454946                }