File: version-2

package info (click to toggle)
lm-sensors 1%3A2.10.1-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,104 kB
  • ctags: 10,474
  • sloc: ansic: 61,469; perl: 7,544; sh: 1,491; makefile: 400; lex: 300; yacc: 291
file content (23 lines) | stat: -rw-r--r-- 1,212 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
There have been many, many changes between version 1 and version 2 of this
package. Some of the more important ones:

* Fully modular setup. This makes it much easier to support new hardware,
  and consumes less kernel memory.
* Full support for I2C busses. This includes the VIA chipset I2C bus. If it
  is supported by Simon Vogl, it is supported by us.
* Many things which were done in kernel space are now done in user space.
  The most obvious result is the absence of /proc/sensors. Use instead the
  supplied 'sensors' program.
* No more limits on the number of chips.
* All detected chips get their own directory under /proc/sys/dev/sensors
* /proc/bus contains a list of all I2C/SMBus adapters found.
* All applications which want to use sensor data can now access it through
  the new libsensors.
* A configuration file which is read by the above mentioned library, which
  can (through libsensors) be used by any application, and which describes
  how all sensor readings are to be interpreted.
* All code has been completely rewritten.
* Many new drivers

By now (version 2.3.0) so many things have changed that we do not even try
to keep the above list up-to-date. Just don't use version 1 anymore.