Hello Guennadi, > Hi Anatolij > > On Fri, 24 Aug 2012, Anatolij Gustschin wrote: > >> Add controls for horizontal and vertical blanking, analog control >> and control for undocumented register 32. > > Sorry, I don't think this is a good idea to export an undocumented > register as a control. Why exactly is that? Even though it is not documented, we need to fiddle with it to make our application work at all. So we tend to believe that other users of the chip will want to use it also. Furthermore I don't see that we fundamentally reject patches for other parts in the Linux kernel where people found out things not in the official datasheets. But I agree that better documentation would be valuable - we are trying to find out more information on the original > At most I would add a platform parameter for it, if really needed. Or > do you have to switch it at run-time? If so, you would have some idea > - at what time to switch it to what value and what effect that > produces. Then you could define a _logical_ control. If you absolutely > need to write random values to various registers, you can use > VIDIOC_DBG_S_REGISTER and VIDIOC_DBG_G_REGISTER. I made a mistake of using them once in an application before I noticed the comments immediately above in the header file[1]: /* * A D V A N C E D D E B U G G I N G * * NOTE: EXPERIMENTAL API, NEVER RELY ON THIS IN APPLICATIONS! * FOR DEBUGGING, TESTING AND INTERNAL USE ONLY! */ /* VIDIOC_DBG_G_REGISTER and VIDIOC_DBG_S_REGISTER */ At that time I was burned by the API changing (the undocumented register does not go away) and thus this time we want to follow the advice in the header file. So I really hope that you do not suggest that we use this in an application or do you? Best wishes Detlev [1] http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob;f=include/linux/videodev2.h -- I'm sorry that I long ago coined the term "objects" for this topic because it gets many people to focus on the lesser idea. -- Alan Kay on "Object" Oriented Programming -- 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