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

Add Intel Core I7 support. Patch from Reinhard Nissl.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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                }