[media] au0828: fix VBI handling when in V4L2 streaming mode
authorDevin Heitmueller <dheitmueller@kernellabs.com>
Sun, 23 Jan 2011 22:12:27 +0000 (19:12 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 2 Feb 2011 14:08:33 +0000 (12:08 -0200)
commit54ebb8b83f2be99413261c8ba8238b390159a026
treed6396c0b58fb6518b54748ad419d154d3c764d84
parent83587839d648e2a9b5edb5b9d4d9118ead56f22d
[media] au0828: fix VBI handling when in V4L2 streaming mode

au0828: fix VBI handling when in V4L2 streaming mode

It turns up V4L2 streaming mode (a.k.a mmap) was broken for VBI streaming.
This was causing libzvbi to fall back to V4L1 capture mode, and is a blatent
violation of the V4L2 specification.

Make the implementation work properly in this mode.

Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/au0828/au0828-video.c
This page took 0.026353 seconds and 5 git commands to generate.