]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (4002): Adjust VBI offset to match value reported in VBI format
authorTrent Piepho <xyzzy@speakeasy.org>
Wed, 24 May 2006 02:54:44 +0000 (23:54 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 25 Jun 2006 05:00:15 +0000 (02:00 -0300)
commit3eb731705556b643df2cbae1bc98976335451548
treea7495548ba45f84425ae014cf7bda2a127f8db1a
parent419ac5d466db4dba3eb6bd79ffe993b4a4e81b4f
V4L/DVB (4002): Adjust VBI offset to match value reported in VBI format

The actual offset of the start of VBI data is incorrectly documented for both
the cx2388x and bt8x8.  For the cx2388x, it appears to be about 220 to 224 +
VBI_V_DEL*2.  The driver has been incorrectly reporting an offset of 244.
This patch adjusts VBI_V_DEL to 10, so that the offset of 244 is correct.
This is the same offset as the bttv driver, and expected by some software.

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/cx88/cx88-core.c