|
Revision 4097, 399 bytes
(checked in by khali, 2 years ago)
|
doc/developers/sysfs-interface: Update.
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
sysfs access (2.6 kernels) |
|---|
| 2 |
-------------------------- |
|---|
| 3 |
|
|---|
| 4 |
In the 2.6 kernel, sensor chip drivers create subdirectories in |
|---|
| 5 |
the sysfs filesystem (usually /sys) which can be accessed |
|---|
| 6 |
directly by applications, or through libsensors as before. |
|---|
| 7 |
|
|---|
| 8 |
Naming and content standards for the entries in these subdirectories |
|---|
| 9 |
is documented in the file Documentation/hwmon/sysfs-interface in the |
|---|
| 10 |
2.6 kernel source tree. |
|---|