summaryrefslogtreecommitdiff
path: root/doc/developers
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2006-08-19 09:03:52 +0000
committerJean Delvare <khali@linux-fr.org>2006-08-19 09:03:52 +0000
commita73b6b8ac60eab3b7822132c11f3a62730821de1 (patch)
tree77131e07f48b5cf27a914ce101bd236d9d234bcc /doc/developers
parent2396d5cab7310d448bf4a1a3b4542193ceeab383 (diff)
downloadlm-sensors-git-a73b6b8ac60eab3b7822132c11f3a62730821de1.tar.gz
doc/developers/sysfs-interface: Update.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4097 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'doc/developers')
-rw-r--r--doc/developers/sysfs-interface7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/developers/sysfs-interface b/doc/developers/sysfs-interface
index cf26ee9c..00196f2e 100644
--- a/doc/developers/sysfs-interface
+++ b/doc/developers/sysfs-interface
@@ -1,11 +1,10 @@
sysfs access (2.6 kernels)
--------------------------
-In the 2.6 kernel, chip drivers using the
-i2c-sensor module create subdirectories in
+In the 2.6 kernel, sensor chip drivers create subdirectories in
the sysfs filesystem (usually /sys) which can be accessed
-directly by applications.
+directly by applications, or through libsensors as before.
Naming and content standards for the entries in these subdirectories
-is documented in the file Documentation/i2c/sysfs-interface in the
+is documented in the file Documentation/hwmon/sysfs-interface in the
2.6 kernel source tree.