Changeset 4677 for lm-sensors/branches/lm-sensors-3.0.0/lib/sensors.conf.5
- Timestamp:
- 08/16/07 12:06:35 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/lib/sensors.conf.5
r4465 r4677 187 187 188 188 A chip description is built from a couple of elements, separated by 189 dashes. To complicate matters, sometimes an element can also contain 190 dashes. This complicates the parsing algorithm, but is not too confusing 191 for humans (we hope!). 189 dashes. 192 190 193 191 The first element is the name of the chip type. Sometimes a single driver … … 217 215 for this element. 218 216 219 There are some folding rules for wildcards to make things easier for humans 220 to read. Also, you can't specify the address if you wildcard the complete 221 second element. The following are all valid chip type specification based 222 on 217 Note that it wouldn't make any sense to specify the address without the 218 bus type. For this reason, the address part is plain omitted when the bus 219 type isn't specified. 220 The following are all valid chip type specification based on 223 221 .I lm78\-i2c\-1\-2d 224 222 or … … 251 249 .sp 0 252 250 *\-isa\-* 253 .sp 0254 *\-*255 .sp 0256 *257 251 .RE 258 252
