From: Hans Verkuil Date: Sat, 18 Aug 2007 18:16:00 +0000 (-0300) Subject: V4L/DVB (6049): ivtv: fix VBI reinsertion decoding X-Git-Tag: v2.6.24-rc1~1463^2~210 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51a99c0428cc6d3a442eef1c9046099c9383d72b;p=pandora-kernel.git V4L/DVB (6049): ivtv: fix VBI reinsertion decoding - Invalid VBI packets should result in an empty VBI frame, not in an zero-sized frame that causes the reader to incorrectly return a 0 (EOF) value. - PIO completion should not reset the sg_pending_size field. - The DMA offset detection code should be ignored for PIO transfers: it somehow messes up the data on the card and is not needed anyway for PIO. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed