|
Revision 2142, 385 bytes
(checked in by mds, 10 years ago)
|
|
2.6 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, chip drivers using the |
|---|
| 5 | i2c-sensor module create subdirectories in |
|---|
| 6 | the sysfs filesystem (usually /sys) which can be accessed |
|---|
| 7 | directly by applications. |
|---|
| 8 | |
|---|
| 9 | Naming and content standards for the entries in these subdirectories |
|---|
| 10 | is documented in the file Documentation/i2c/sysfs-interface in the |
|---|
| 11 | 2.6 kernel source tree. |
|---|