I2C default ioctl handler does not handle set clock
The base struct for an I2C driver can set set_clock
handler so a user can change the I2C clock speed. The default ioctl
handler does not check for the I2C_BUS_SET_CLOCK
command and if the set_clock
handler is set calling it.