> > @@ -199,7 +199,7 @@ > > #define I2C_HW_SMBUS_AMD756 0x05 > > #define I2C_HW_SMBUS_SIS5595 0x06 > > #define I2C_HW_SMBUS_ALI1535 0x07 > > -#define I2C_HW_SMBUS_W9968CF 0x08 > > +#define I2C_HW_SMBUS_W9968CF 0x0d > > Is this one intentionnal or just a typo ? Intentional. 0x08 is I2C_HW_SMBUS_SIS630 in both i2c-CVS and Linux 2.6.0-test9, so I chose the next available ID, which happens to be 0x0d. Anyway, these IDs have no real use AFAIK, so there is nothing to be afraid of here. -- Jean Delvare http://www.ensicaen.ismra.fr/~delvare/