Changeset 5050

Show
Ignore:
Timestamp:
11/27/07 12:29:31 (1 year ago)
Author:
ruik
Message:

Fix the typo, model should be in hex.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/prog/detect/sensors-detect

    r5049 r5050  
    54505450                                ($probecpu->{'model'} == 14 || 
    54515451                                 $probecpu->{'model'} == 15 || 
    5452                                  $probecpu->{'model'} == 16 || 
    5453                                  $probecpu->{'model'} == 17)) { 
     5452                                 $probecpu->{'model'} == 0x16 || 
     5453                                 $probecpu->{'model'} == 0x17)) { 
    54545454                        return 9; 
    54555455                }