These package includes the basic i2c drivers.
This package is ONLY for 2.4 kernels 2.4.9 or later !!!

ADDITIONALLY, i2c-2.8.0 is not API compatible to earlier i2c
releases due to struct changes; therefore you must NOT ENABLE
any other i2c drivers (e.g. bttv) in the 2.4 kernel.
Do NOT use lm-sensors 2.8.0 or i2c-2.8.0 if you require bttv.

FOR 2.5 KERNELS, Do not attempt to compile this package.
                 Use the drivers already in the 2.5 kernel development tree.

=============================================================================

There are basically two kinds of i2c drivers: drivers for busses and drivers
for chips. Both are cut in two, to isolate common parts: bus drivers are
separated into algorithm drivers and adapter drivers, and chip drivers
are separated into `driver' drivers and client drivers.

This package contains all the basic i2c code, as well as a few bus drivers
(both the algorithm and the adapter drivers). There are no real chip
drivers, so on its own it is not very useful. Lots of chip drivers, as
well as more bus drivers and some additional basic code
(for SMBus emulation over i2c) and some i2c debugging tools
are found in the lm_sensors package at http://www.lm-sensors.nu.
Another place at which I2C is used is the video4linux project.

See doc/summary for a description of the drivers in this package.

You can reach the developers of this package at their mailing list, at
sensors@stimpy.netroedge.com.
