On 03/09/2015 05:45 PM, Ricardo Ribalda Delgado wrote: > Hello > > Back from holidays and back to this issue. Sorry for the delay. > >> I'm not sure about Ricardo's use case, is it the one we've discussed on #v4l >> ? >> If so, and if I recall correctly, the idea was to perform an action with a >> parameter, and didn't require volatility. > > In my case, there is a trigger overflow bit. The user acks the trigger > overflow by writting any value to the control. > > There is no parameter. In that sense it looks like a volatile read + a > button on a controll. > >> Your proposal is interesting as well, but I'm not sure about the >> V4L2_CTRL_FLAG_ACTION name. Aren't all controls supposed to have an action of >> some sort ? That's nitpicking of course.
Actually, usually controls just set some parameter and if the new value is the same as the old value, then nothing is done at all. A button control always executes some action immediately. > > What about the name STATELESS_WRITE ? or perhaps VOLATILE_WRITE? I > dont care about the name :), but better have it solved before I write > the doc :P How about: ACT_ON_WRITE or EXECUTE_ON_WRITE? > >> >> Also, should the action flag be automatically set for button controls ? >> Button >> controls would in a way become type-less controls with the action flag set, >> that's interesting. I suppose type-less controls without the action flag >> don't >> make sense. Yes, this flag will be set for button controls. Those are already WRITE_ONLY and all WRITE_ONLY controls will set the new flag as well. Regards, Hans -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html