On 03/07/2013 03:20 AM, Shaik Ameer Basha wrote: > v4l2_ctrl_new() uses check_range() for control range checking (which > is added newly). > This function expects 'step' value for V4L2_CTRL_TYPE_BOOLEAN type control. > If 'step' value doesn't match to '1', it returns -ERANGE error. > > Its a change in v4l2 core. Yes, I suspected the issue appeared after recent change commit 88e85861b4f77ae29495ee05574c98dd0c6c3037 [media] v4l2-ctrl: Add helper function for the controls range update Then it is related to to 3.9-rc1+ kernels only. I have verified it on 3.8 based kernel and there is no issue with drivers that do not initialize step value for boolean type controls properly. It only appears after the above commit is applied. I've picked your fixup patches into v3.9-fixes branch and will try to send them out this week, together with other patches from our side. Regards, Sylwester -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html