File: sysfs-interface

package info (click to toggle)
lm-sensors 1%3A2.10.7-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,324 kB
  • ctags: 10,814
  • sloc: ansic: 63,969; perl: 8,111; sh: 1,823; makefile: 399; lex: 371; yacc: 312; python: 11
file content (10 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
sysfs access (2.6 kernels)
--------------------------

In the 2.6 kernel, sensor chip drivers create subdirectories in
the sysfs filesystem (usually /sys) which can be accessed
directly by applications, or through libsensors as before.

Naming and content standards for the entries in these subdirectories
is documented in the file Documentation/hwmon/sysfs-interface in the
2.6 kernel source tree.