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

Add Intel Core I7 support. Patch from Reinhard Nissl.

Files:
1 modified

Legend:

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

    r5537 r5564  
    55455545                                 $probecpu->{'model'} == 15 || 
    55465546                                 $probecpu->{'model'} == 0x16 || 
    5547                                  $probecpu->{'model'} == 0x17)) { 
     5547                                 $probecpu->{'model'} == 0x17 || 
     5548                                 $probecpu->{'model'} == 0x1a)) { 
    55485549                        return 9; 
    55495550                }