From: Hans Verkuil Date: Sat, 21 Jun 2008 12:21:23 +0000 (-0300) Subject: V4L/DVB (8086): ivtv/cx18: fix video_temporal_filter handling X-Git-Tag: v2.6.27-rc1~966^2~213 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e27bf207db4fc6dd500eb82611f102da85cfe7d0;p=pandora-kernel.git V4L/DVB (8086): ivtv/cx18: fix video_temporal_filter handling If the capture is scaled, then the video_temporal_filter is set to 0 by the cx2341x.c module since otherwise you would get ghosting. However, this was also done in the VIDIOC_S_FMT ioctl which meant that the video_temporal_filter control was reset to 0 or 8 each time S_FMT was called. This was old code that should have been removed a long time ago. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed