The underlying driver on my system does not support I2C_RDWR ioctl. It only supports I2C_SMBUS. My requirement is to support single message I2C_RDWR ioctl with I2C_SMBUS either in user or kernel space.
How can I achieve this?
The underlying driver on my system does not support I2C_RDWR ioctl. It only supports I2C_SMBUS. My requirement is to support single message I2C_RDWR ioctl with I2C_SMBUS either in user or kernel space.
How can I achieve this?