1998-12-08 15:51:23 +00:00
|
|
|
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
|
1998-12-24 01:17:11 +00:00
|
|
|
supplied 'sensors' program.
|
1998-12-08 15:51:23 +00:00
|
|
|
* No more limits on the number of chips.
|
|
|
|
|
* All detected chips get their own directory under /proc/sys/dev/sensors
|
1998-12-24 01:17:11 +00:00
|
|
|
* /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.
|
1998-12-08 15:51:23 +00:00
|
|
|
* All code has been completely rewritten.
|
1999-02-12 05:43:22 +00:00
|
|
|
* Many new drivers
|
1999-04-22 13:06:24 +00:00
|
|
|
|
|
|
|
|
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.
|