]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
V4L: ivtv: fix broken VBI output support
authorHans Verkuil <hverkuil@xs4all.nl>
Tue, 24 Jul 2007 12:07:28 +0000 (08:07 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Aug 2007 21:27:31 +0000 (14:27 -0700)
commit77157ba22f856f303d243d0093a88bac469c7a9c
tree532f4ee39e43354745804f74e7ac63feaa1fbce9
parent5efb6c65a028869fb9a1eae729a21585be8569cd
V4L: ivtv: fix broken VBI output support

The old service_set_out setting was still tested, even though it no longer
was ever set and was in fact obsolete. This meant that everything that was
written to /dev/vbi16 was ignored. Removed the service_set_out variable
altogether and now it works again.

(cherry picked from commit 47fd3ba9fc62d23a985f4969719c3091438d21c5)

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/media/video/ivtv/ivtv-driver.h
drivers/media/video/ivtv/ivtv-vbi.c