Re: [PATCH] DocBook media: improve event documentation

2015-03-24 Thread Sakari Ailus
Hi Hans, On Wed, Mar 18, 2015 at 11:05:31AM +0100, Hans Verkuil wrote: > It always annoyed me that the event type documentation was separate from the > struct > v4l2_event documentation. This patch moves it all to one place, > VIDIOC_DQEVENT. > > This makes much more sense. I think the origina

[PATCH] DocBook media: improve event documentation

2015-03-18 Thread Hans Verkuil
It always annoyed me that the event type documentation was separate from the struct v4l2_event documentation. This patch moves it all to one place, VIDIOC_DQEVENT. This makes much more sense. Also changed the 'changes-flags' ref to 'ctrl-changes-flags' since this referred to control changes. Th