Changeset 2997

Show
Ignore:
Timestamp:
05/11/05 19:17:21 (8 years ago)
Author:
mds
Message:

allow setting fan divisor to 128. patch from Jarkko Lavinen

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/chips/w83627hf.c

    r2923 r2997  
    270270        int i; 
    271271        val = SENSORS_LIMIT(val, 1, 128) >> 1; 
    272         for (i = 0; i < 6; i++) { 
     272        for (i = 0; i < 7; i++) { 
    273273                if (val == 0) 
    274274                        break;