From: Hans Verkuil Date: Fri, 8 Feb 2013 15:43:25 +0000 (-0300) Subject: [media] cx231xx: don't use port 3 on the Conexant video grabber X-Git-Tag: v3.10-rc1~136^2~575 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fff9e818fb523804084cf8456f48ffbc56b70fbe;p=platform%2Fkernel%2Flinux-exynos.git [media] cx231xx: don't use port 3 on the Conexant video grabber It's not working reliably if port 3 is enabled. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/usb/cx231xx/cx231xx-cards.c b/drivers/media/usb/cx231xx/cx231xx-cards.c index 7094451..62d104b 100644 --- a/drivers/media/usb/cx231xx/cx231xx-cards.c +++ b/drivers/media/usb/cx231xx/cx231xx-cards.c @@ -263,6 +263,7 @@ struct cx231xx_board cx231xx_boards[] = { .norm = V4L2_STD_PAL, .no_alt_vanc = 1, .external_av = 1, + .dont_use_port_3 = 1, /* Actually, it has a 417, but it isn't working correctly. * So set to 0 for now until someone can manage to get this * to work reliably. */