summaryrefslogtreecommitdiff
path: root/lib/sensors.conf.5
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2006-10-13 19:55:41 +0000
committerJean Delvare <khali@linux-fr.org>2006-10-13 19:55:41 +0000
commit6270cf381a71a07d1c5985ffec39e1c1feddce8c (patch)
tree404fe6b4f9942a127a50dbe3f77d9cff1046df02 /lib/sensors.conf.5
parent054b265795122bfb81129588d24d8a790424dead (diff)
downloadlm-sensors-git-6270cf381a71a07d1c5985ffec39e1c1feddce8c.tar.gz
libsensors: Drop support for algorithm names.
I2C algorithms no longer have names in Linux 2.6, and anyway they are implementation details user-space doesn't care about. No third party application is known to have ever used this particular feature of libsensors. "sensord" and "sensors" no longer do. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4208 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'lib/sensors.conf.5')
-rw-r--r--lib/sensors.conf.522
1 files changed, 14 insertions, 8 deletions
diff --git a/lib/sensors.conf.5 b/lib/sensors.conf.5
index f5b80ded..6de5905b 100644
--- a/lib/sensors.conf.5
+++ b/lib/sensors.conf.5
@@ -23,7 +23,7 @@
.\"
.\" References consulted:
.\" sensors.conf.eg by Frodo Looijaard
-.TH sensors.conf 5 "February 8, 1999" "" "Linux Programmer's Manual"
+.TH sensors.conf 5 "October 2006" "" "Linux Programmer's Manual"
.SH NAME
sensors.conf \- libsensors configuration file
@@ -124,7 +124,7 @@ accompanied by an example line. Please ignore line wrap\-arounds.
.SS BUS STATEMENT
.RS
-bus "i2c\-0" "SMBus PIIX4 adapter at e800" "Non\-I2C SMBus adapter"
+bus "i2c\-0" "SMBus PIIX4 adapter at e800"
.RE
A
@@ -139,12 +139,18 @@ The first argument is the bus number. It is the literal text
followed by a number. As there is a dash in this argument, it must
always be quoted.
-The second and third arguments are the
-description texts. They must be exactly match the texts as they appear in
-.IR /proc/bus/i2c ,
-except for trailing spaces, which are removed both from the /proc
-entries and the arguments. The adapter description comes first, followed
-by the algorithm description.
+The second argument is the adapter name, it must match exactly the
+adapter name as it appears in
+.I /proc/bus/i2c
+(2.4 kernel)
+or
+.I /sys/class/i2c-adapter/i2c-*/device/name
+(2.6 kernel).
+It should always be quoted as well as it will most certainly contain
+spaces or dashes.
+
+There used to be a third argument, the algorithm name. For compatibility
+reasons, the parser still accepts this third argument, but ignores it.
The
.I bus