Commit fff9e818 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab

[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: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 720b3dfa
...@@ -263,6 +263,7 @@ struct cx231xx_board cx231xx_boards[] = { ...@@ -263,6 +263,7 @@ struct cx231xx_board cx231xx_boards[] = {
.norm = V4L2_STD_PAL, .norm = V4L2_STD_PAL,
.no_alt_vanc = 1, .no_alt_vanc = 1,
.external_av = 1, .external_av = 1,
.dont_use_port_3 = 1,
/* Actually, it has a 417, but it isn't working correctly. /* Actually, it has a 417, but it isn't working correctly.
* So set to 0 for now until someone can manage to get this * So set to 0 for now until someone can manage to get this
* to work reliably. */ * to work reliably. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment