On Thu, Dec 04, 2008 at 09:47:38AM +0200, Darius wrote: > This means I should use shifted address in platform data? > For example: OV7670 image sensor has slave address 0x42 for write, and > 0x43 for read operations. > This is hardware slave address, to which device responds. > But I should use 0x21 in platform data, because it must be doubled in > adapter driver?
Yes, exactly. Linux does not treat the read/write bit as part of the address. -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
