On Mon, Mar 15, 2004 at 10:00:56PM +0100, Jean Delvare wrote: > > That's right. Please find a new patch attached. > > Your patch is bogus. Please check it. Oops, sorry. I am not using a 2.6 kernel anymore, and so I didn't tried to build lm-sensors to test my fix. I hope this patch is the good one. Cheers, Aurelien -- .''`. Aurelien Jarno GPG: 1024D/F1BCDB73 : :' : Debian GNU/Linux developer | Electrical Engineering Student `. `' aurel32 at debian.org | aurelien at aurel32.net `- people.debian.org/~aurel32 | www.aurel32.net -------------- next part -------------- Index: kernel/chips/pcf8591.c =================================================================== RCS file: /home/cvs/lm_sensors2/kernel/chips/pcf8591.c,v retrieving revision 1.6 diff -u -1 -b -p -r1.6 pcf8591.c --- kernel/chips/pcf8591.c 21 Jan 2003 20:01:26 -0000 1.6 +++ kernel/chips/pcf8591.c 16 Mar 2004 12:31:03 -0000 @@ -181,3 +181,4 @@ int pcf8591_detect(struct i2c_adapter *a - if (!i2c_check_functionality(adapter, I2C_FUNC_SMBUS_BYTE)) + if (!i2c_check_functionality(adapter, I2C_FUNC_SMBUS_BYTE + | I2C_FUNC_SMBUS_WRITE_BYTE_DATA)) goto ERROR0;