]> Git Repo - J-linux.git/commitdiff
V4L/DVB (13314): saa7134: set ts_force_val for the Hauppauge WinTV HVR-1150
authorMichael Krufky <[email protected]>
Wed, 4 Nov 2009 17:23:57 +0000 (14:23 -0300)
committerMauro Carvalho Chehab <[email protected]>
Sat, 7 Nov 2009 14:55:15 +0000 (12:55 -0200)
The Hauppauge WinTV HVR-1150 retail boards require the FORCE_TS_VALID bit
to be set in order to function properly. This change will work on the early
revisions on the board as well, but the final revision will not function
without this change.

Signed-off-by: Michael Krufky <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
drivers/media/video/saa7134/saa7134-cards.c

index 71145bff94fa6533caba864a41d4704629b531bd..09013229d4aa34276a1c33483a9a4d25c9c42ac8 100644 (file)
@@ -3428,6 +3428,7 @@ struct saa7134_board saa7134_boards[] = {
                .tuner_config   = 3,
                .mpeg           = SAA7134_MPEG_DVB,
                .ts_type        = SAA7134_MPEG_TS_SERIAL,
+               .ts_force_val   = 1,
                .gpiomask       = 0x0800100, /* GPIO 21 is an INPUT */
                .inputs         = {{
                        .name = name_tv,
This page took 0.065425 seconds and 4 git commands to generate.