2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-06 01:05:32 +00:00
Files
lm-sensors/doc/version-2
Frodo Looijaard 6ba72c686a Even more documentation updates
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@409 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-04-22 13:06:24 +00:00

24 lines
1.2 KiB
Plaintext

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.