📄 readme
字号:
This package includes the basic i2c drivers.This package is ONLY for 2.4 kernels 2.4.10 or later!FOR 2.5/2.6 KERNELS, Do not attempt to compile this package. Use the drivers already in the 2.5/2.6 kernel tree.=============================================================================There are basically two kinds of i2c drivers: drivers for busses and driversfor chips. Both are cut in two, to isolate common parts: bus drivers areseparated into algorithm drivers and adapter drivers, and chip driversare 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 chipdrivers, so on its own it is not very useful. Lots of chip drivers, aswell as more bus drivers and some additional basic code(for SMBus emulation over i2c) and some i2c debugging toolsare 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.To contact the developers of this package, visit the following informationpage: http://secure.netroedge.com/~lm78/author.html#contactSee the lm_sensors download page for further guidance: http://secure.netroedge.com/~lm78/download.html2.4 KERNELS USING OTHER I2C DRIVERS (BTTV AND THE SUCH)-------------------------------------------------------i2c 2.8.x were not compatible with earlier i2c releases due to structchanges. This was fixed and i2c 2.9.0 and later are compatible witholder i2c implementations, including the one present in 2.4 kernelssince 2.4.13. i2c (and lm_sensors) can again be compiled outside of thekernel tree.If you still want to patch your kernel tree with this version of i2c(e.g. to builf a non-modular kernel), a complete installation guide isavailable at http://khali.linux-fr.org/devel/i2c/In particular, kernels 2.4.23 to 2.4.28 will require an additional patchfixing a minor incompatibility between 2 drivers (bttv and tvmixer) andi2c 2.9.0 and later.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -