|
Revision 4868, 372 bytes
(checked in by khali, 6 years ago)
|
|
Minor update.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | sysfs access |
|---|
| 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 preferably through libsensors. |
|---|
| 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. |
|---|