Changes between Version 10 and Version 11 of Kernel2.6
- Timestamp:
- 05/29/07 13:25:01 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Kernel2.6
v10 v11 52 52 * In kernel 2.6.22, the way the I2C adapters are presented in sysfs changed, and this affects libsensors. You will need lm_sensors version 2.10.3 or later. Alternatively, the kernel can be compiled with CONFIG_SYSFS_DEPRECATED=y, then older version of lm_sensors will work fine. 53 53 * A few chip drivers are not yet ported. Therefore sensors-detect may recommend a driver that is not present. Please check your kernel configuration and the drivers/i2c/chips (up to 2.6.13-rc2) or drivers/hwmon (since 2.6.13-rc3) directory for the presence of your driver. Our [wiki:Devices Devices page] shows which drivers are present in 2.6 kernels. 54 * Ports for the following drivers are somewhat underway: bmcsensors, lm93 , mtp008and thmc5054 * Ports for the following drivers are somewhat underway: bmcsensors, lm93 and thmc50 55 55 * If you would like to port an I2C/SMBus hardware monitoring driver, read [http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/i2c/porting-clients Documentation/i2c/porting-clients] as found in the Linux 2.6 kernel source tree. If you would like to port a non-I2C chip driver, make it a platform driver, using the f71805f driver as an example. 56 56
