[media] cx231xx: disable 417 support from the Conexant video grabber
authorHans Verkuil <hans.verkuil@cisco.com>
Thu, 7 Feb 2013 16:22:06 +0000 (13:22 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 5 Mar 2013 17:26:05 +0000 (14:26 -0300)
The 417 support doesn't work. Until someone can dig into this driver to
figure out why it isn't working the 417 support is disabled.
Sometimes you can actually stream a bit, but very soon the whole machine
crashes, so something is seriously wrong.
For the record, this was not introduced by my recent changes to this driver,
it was broken before that.

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 d6acb1ebff33cf7e96213754f1e76eac1e14736d..70944516125ab43855d2dd3371d57be8bf7245c8 100644 (file)
@@ -263,7 +263,10 @@ struct cx231xx_board cx231xx_boards[] = {
                .norm = V4L2_STD_PAL,
                .no_alt_vanc = 1,
                .external_av = 1,
-               .has_417 = 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. */
+               .has_417 = 0,
 
                .input = {{
                                .type = CX231XX_VMUX_COMPOSITE1,
This page took 0.0266 seconds and 5 git commands to generate.