Changeset 1613

Show
Ignore:
Timestamp:
11/16/02 20:08:55 (6 years ago)
Author:
khali
Message:

Make doc-feature work with bmcsensors (workaround)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/lib/chips.c

    r1612 r1613  
    32963296                              SENSORS_BMC_TEMP1+2, SENSORS_MODE_RW,  
    32973297                              BMC_SYSCTL_TEMP1+2, VALUE(1), 0 }, 
    3298     { SENSORS_BMC_TEMP1+3, "temp4", SENSORS_NO_MAPPING, SENSORS_NO_MAPPING,    /* scalings from here down */ 
     3298        /* scalings from here down */ 
     3299    { SENSORS_BMC_TEMP1+3, "temp4", SENSORS_NO_MAPPING, SENSORS_NO_MAPPING, 
    32993300                         SENSORS_MODE_R, BMC_SYSCTL_TEMP1+3, VALUE(3), 1 }, 
    33003301    { SENSORS_BMC_TEMP1_MIN+3, "temp4_min", SENSORS_BMC_TEMP1+3, 
     
    33323333    { 0 } 
    33333334  }; 
     3335 
    33343336sensors_chip_features sensors_chip_features_list[] = 
    33353337{ 
  • lm-sensors/trunk/prog/doc/doc-features.pl

    r1581 r1613  
    141141        { 
    142142                next unless $line =~ m/^\s*static\s+ctl_table/; 
     143                last if $line =~ m/;/; # Skip dynamic ctl_table 
    143144        my @tokens = tokenize($line); 
    144145