2005-12-09 06:02:10

by Michael Krufky

[permalink] [raw]
Subject: [STABLE PATCH] V4L/DVB: Fix analog NTSC for Thomson DTT 761X hybrid tuner

The following bugfix is already in 2.6.15-git1. Please queue this up
for 2.6.14.4

Thank you,

Michael Krufky



Attachments:
thomson-dtt761x-tda9887-fix-ntsc.patch (1.25 kB)

2005-12-09 14:15:30

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: Re: [STABLE PATCH] V4L/DVB: Fix analog NTSC for Thomson DTT 761X hybrid tuner

Em Sex, 2005-12-09 ?s 01:03 -0500, Michael Krufky escreveu:
> he following bugfix is already in 2.6.15-git1. Please queue this up
> for 2.6.14.4
>
> Thank you,
>
> Michael Krufky


>
>
>
>
>
> anexo Diferen?as
> entre arquivos
> (thomson-dtt761x-tda9887-fix-ntsc.patch)
>
> [PATCH] V4L/DVB: Fix analog NTSC for Thomson DTT 761X hybrid tuner
>
> - Enable tda9887 on the following cx88 boards:
> pcHDTV 3000
> FusionHDTV3 Gold-T
> - This ensures that analog NTSC video will function properly, without
> this patch, the tuner may appear to be broken.
>
> Signed-off-by: Michael Krufky <[email protected]>
> Signed-off-by: Mauro Carvalho Chehab <[email protected]>

Acked-off-by: Mauro Carvalho Chehab <[email protected]>
> ---
>
> cx88-cards.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff -upr linux-2.6.14.3/drivers/media/video/cx88/cx88-cards.c
> linux/drivers/media/video/cx88/cx88-cards.c
> ---
> linux-2.6.14.3/drivers/media/video/cx88/cx88-cards.c 2005-10-27
> 20:02:08.000000000 -0400
> +++ linux/drivers/media/video/cx88/cx88-cards.c 2005-12-09
> 00:44:22.000000000 -0500
> @@ -567,6 +567,7 @@ struct cx88_board cx88_boards[] = {
> .radio_type = UNSET,
> .tuner_addr = ADDR_UNSET,
> .radio_addr = ADDR_UNSET,
> + .tda9887_conf = TDA9887_PRESENT,
> .input = {{
> .type = CX88_VMUX_TELEVISION,
> .vmux = 0,
> @@ -711,6 +712,7 @@ struct cx88_board cx88_boards[] = {
> .radio_type = UNSET,
> .tuner_addr = ADDR_UNSET,
> .radio_addr = ADDR_UNSET,
> + .tda9887_conf = TDA9887_PRESENT,
> .input = {{
> .type = CX88_VMUX_TELEVISION,
> .vmux = 0,
>
Cheers,
Mauro.

2005-12-13 07:33:22

by Greg KH

[permalink] [raw]
Subject: Re: [stable] [STABLE PATCH] V4L/DVB: Fix analog NTSC for Thomson DTT 761X hybrid tuner

On Fri, Dec 09, 2005 at 01:03:32AM -0500, Michael Krufky wrote:
> The following bugfix is already in 2.6.15-git1. Please queue this up
> for 2.6.14.4

queued to -stable, thanks.

greg k-h