> Please change the following... > > .id = I2C_HW_B_BT848, > > to the following... > > .id = I2C_USBVISION, That ID is for an adapter, so it has to be I2C_HW_USBVISION (or even longer? Please take a look at i2c-id.h in the Linux kernel sources and tell me what you think). Also, there's a second ID you'd need to change: I2C_ALGO_BIT should become I2C_ALGO_USB, right? -- Jean Delvare http://www.ensicaen.ismra.fr/~delvare/