From: Kusanagi Kouichi Date: Fri, 22 Jan 2010 07:54:46 +0000 (-0300) Subject: V4L/DVB: cx25840: Fix composite detection X-Git-Tag: v2.6.34-rc1~280^2~160 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10e43d90da572f088f15cadfb5cc83cd762041c3;p=pandora-kernel.git V4L/DVB: cx25840: Fix composite detection If CX25840_VIN1_CH1 and the like is used, input is not detected as composite. Their value is 0x800000XX and CX25840_COMPONENT_ON is 0x80000200. So 739 else if ((vid_input & CX25840_COMPONENT_ON) == 0) this condition never be true. Signed-off-by: Kusanagi Kouichi Reviewed-by: Andy Walls Acked-by: Andy Walls Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed