From: Hans Verkuil Date: Sat, 4 Oct 2008 11:05:30 +0000 (-0300) Subject: V4L/DVB (9162): ivtv: fix raw/sliced VBI mixup X-Git-Tag: v2.6.28-rc1~601^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8b864354e060dda1000e62d1fea7c1274581caf;p=pandora-kernel.git V4L/DVB (9162): ivtv: fix raw/sliced VBI mixup The service_set field was used in saa7115 and cx25840 to determine whether raw or sliced VBI was desired. This is incorrect since it is perfectly valid to select sliced VBI with a service_set of 0. Instead these drivers should checked on VIDIOC_S_FMT whether the type field matches the raw or sliced VBI type. Updated ivtv accordingly. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed