• Kevin O\'Connor's avatar
    [PATCH] I2C: support I2C_M_NO_RD_ACK in i2c-algo-bit · e0c91a98
    Kevin O\'Connor authored
    I have an I2C device (Samsung ks0127 video grabber) with a peculiar i2c
    implementation.  When reading bytes, it only senses for the stop condition
    in the place where the acknowledge bit should be.  So, to properly support
    this device acks need to be turned off during reads.
    
    There is an I2C_M_NO_RD_ACK bit already defined in i2c.h which appears to
    be what I want.  Unfortunately it doesn't seem to be used anywhere in the
    current tree.  At the end of this message is a patch to teach i2c_algo_bit
    to honor the bit.
    e0c91a98
i2c-algo-bit.c 15 KB