[media] cx231xx: don't use port 3 on the Conexant video grabber
authorHans Verkuil <hans.verkuil@cisco.com>
Fri, 8 Feb 2013 15:43:25 +0000 (12:43 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 5 Mar 2013 17:26:06 +0000 (14:26 -0300)
It's not working reliably if port 3 is enabled.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/usb/cx231xx/cx231xx-cards.c

index 70944516125ab43855d2dd3371d57be8bf7245c8..62d104b98390a54c89a59ce179beef9f32f0d128 100644 (file)
@@ -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. */
This page took 0.027406 seconds and 5 git commands to generate.