Changeset 4097

Show
Ignore:
Timestamp:
08/19/06 11:03:52 (2 years ago)
Author:
khali
Message:

doc/developers/sysfs-interface: Update.

Files:

Legend:

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

    r4096 r4097  
    442.10.1 (2006????) 
    55  File doc/busses/i2c-piix4: Update (2.6 backport) 
     6  File doc/developers/sysfs-interface: Update 
    67  File etc/sensors.conf.eg: Add an smsc47m192 section 
    78                            Comment out all set statements 
  • lm-sensors/trunk/doc/developers/sysfs-interface

    r2142 r4097  
    22-------------------------- 
    33 
    4 In the 2.6 kernel, chip drivers using the 
    5 i2c-sensor module create subdirectories in 
     4In the 2.6 kernel, sensor chip drivers create subdirectories in 
    65the sysfs filesystem (usually /sys) which can be accessed 
    7 directly by applications
     6directly by applications, or through libsensors as before
    87 
    98Naming and content standards for the entries in these subdirectories 
    10 is documented in the file Documentation/i2c/sysfs-interface in the 
     9is documented in the file Documentation/hwmon/sysfs-interface in the 
    11102.6 kernel source tree.