Searched hist:"523 f46d6aba9dcb0a2d0fc474ca884e93a7cf198" (Results 1 – 2 of 2) sorted by relevance
/linux/include/media/ |
H A D | v4l2-fh.h | diff 523f46d6aba9dcb0a2d0fc474ca884e93a7cf198 Mon Jun 13 22:44:42 CEST 2011 Hans Verkuil <hans.verkuil@cisco.com> [media] v4l2-events/fh: merge v4l2_events into v4l2_fh
Drivers that supported events used to be rare, but now that controls can also raise events this will become much more common since almost all drivers have controls.
This means that keeping struct v4l2_events as a separate struct make no more sense. Merging it into struct v4l2_fh simplifies things substantially as it is now an integral part of the filehandle struct.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | v4l2-event.h | diff 523f46d6aba9dcb0a2d0fc474ca884e93a7cf198 Mon Jun 13 22:44:42 CEST 2011 Hans Verkuil <hans.verkuil@cisco.com> [media] v4l2-events/fh: merge v4l2_events into v4l2_fh
Drivers that supported events used to be rare, but now that controls can also raise events this will become much more common since almost all drivers have controls.
This means that keeping struct v4l2_events as a separate struct make no more sense. Merging it into struct v4l2_fh simplifies things substantially as it is now an integral part of the filehandle struct.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|