Show
Ignore:
Timestamp:
12/24/99 23:44:41 (13 years ago)
Author:
frodo
Message:

New sensors.conf keyword 'ignore'

This often-asked for, long-planned and somewhat-forgotten feature
makes it possible to tell libsensors-linked applications (like
the sensors program) that certain features should not be displayed.
This is very nice for things like unconnected temperature sensors
or fans.

Modifications to the library code, to the sensors program and to
the documentation and example sensors.conf file.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/etc/sensors.conf.eg

    r631 r676  
    1515 
    1616# A 'chip' line specifies what the following 'label', 'compute', 'set' and  
    17 # (not yet implemented) 'valid' lines refer to. In this case, until the 
     17# 'ignore' lines refer to. In this case, until the 
    1818# next 'chip' line, everything refers to all lm78, lm78-j and lm79 
    1919# chips. Other examples are *-isa-* for everything on the ISA bus, and 
     
    102102#set in0_min vid*0.95 
    103103 
    104 # Invalid statements tell certain features are not wanted. User programs can 
     104# Ignore statements tell certain features are not wanted. User programs can 
    105105# still read them if they really want, though; this is just an advisory 
    106106# marking. 'in0' would also invalidate 'in0_max' and 'in0_min'. 
    107 # The invalid keyword is not yet recognized by the parser. 
     107# 
     108#ignore in0 
    108109 
    109110