[media] au0828: enable VBI timeout when calling read() without streamon()
authorDevin Heitmueller <dheitmueller@kernellabs.com>
Sat, 9 Oct 2010 18:09:17 +0000 (15:09 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 29 Dec 2010 10:16:35 +0000 (08:16 -0200)
commitbf797165f099296b622bcdcea1126a113e0aaac4
treed5f21a15806fc4b104eae50e341bfef60a2b8726
parent78ca500559b5a4f16a95c198b3e7bdfac8455bf8
[media] au0828: enable VBI timeout when calling read() without streamon()

Because some clients (e.g. tvtime) will just open the filehandle and call
read() instead of explicitly calling streamon first, we need to make sure the
VBI timeout routine gets enabled in this case.

Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/au0828/au0828-video.c