* [PATCH] tv tuner max2165 driver: extend frequency range
@ 2015-10-22 4:18 Walter Cheuk
2015-11-12 9:58 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 3+ messages in thread
From: Walter Cheuk @ 2015-10-22 4:18 UTC (permalink / raw)
To: linux-media
Extend the frequency range to cover Hong Kong's digital TV
broadcasting, which should be the whole UHF; RTHK TV uses 802MHz and
is not covered currently. Tested on my TV tuner card "MyGica X8558
Pro".
Signed-off-by: Walter Cheuk <wwycheuk@gmail.com>
---
--- media/drivers/media/tuners/max2165.c.orig 2015-10-22
12:01:24.867254181 +0800
+++ media/drivers/media/tuners/max2165.c 2015-10-22 12:02:05.706640982 +0800
@@ -385,7 +385,7 @@ static const struct dvb_tuner_ops max216
.info = {
.name = "Maxim MAX2165",
.frequency_min = 470000000,
- .frequency_max = 780000000,
+ .frequency_max = 868000000,
.frequency_step = 50000,
},
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] tv tuner max2165 driver: extend frequency range
2015-10-22 4:18 [PATCH] tv tuner max2165 driver: extend frequency range Walter Cheuk
@ 2015-11-12 9:58 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2015-11-12 9:58 UTC (permalink / raw)
To: Walter Cheuk; +Cc: linux-media
Em Thu, 22 Oct 2015 12:18:58 +0800
Walter Cheuk <wwycheuk@gmail.com> escreveu:
> Extend the frequency range to cover Hong Kong's digital TV
> broadcasting, which should be the whole UHF; RTHK TV uses 802MHz and
> is not covered currently. Tested on my TV tuner card "MyGica X8558
> Pro".
>
> Signed-off-by: Walter Cheuk <wwycheuk@gmail.com>
>
> ---
>
> --- media/drivers/media/tuners/max2165.c.orig 2015-10-22
> 12:01:24.867254181 +0800
> +++ media/drivers/media/tuners/max2165.c 2015-10-22 12:02:05.706640982 +0800
> @@ -385,7 +385,7 @@ static const struct dvb_tuner_ops max216
Your e-mailer corrupted the patch: it broke long lines and mangled with
tabs and whitespaces.
> .info = {
> .name = "Maxim MAX2165",
> .frequency_min = 470000000,
> - .frequency_max = 780000000,
> + .frequency_max = 868000000,
> .frequency_step = 50000,
> },
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] tv tuner max2165 driver: extend frequency range
@ 2015-11-13 3:28 Walter Cheuk
0 siblings, 0 replies; 3+ messages in thread
From: Walter Cheuk @ 2015-11-13 3:28 UTC (permalink / raw)
To: linux-media
Extend the frequency range to cover Hong Kong's digital TV broadcasting; RTHK TV uses 802MHz and is not covered now. Tested on my TV tuner card "MyGica X8558 Pro".
Signed-off-by: Walter Cheuk <wwycheuk@gmail.com>
---
--- media_build/media/drivers/media/tuners/max2165.c.orig 2015-10-22 12:01:24.867254181 +0800
+++ media_build/media/drivers/media/tuners/max2165.c 2015-11-13 00:31:59.220345032 +0800
@@ -385,7 +385,7 @@ static const struct dvb_tuner_ops max216
.info = {
.name = "Maxim MAX2165",
.frequency_min = 470000000,
- .frequency_max = 780000000,
+ .frequency_max = 862000000,
.frequency_step = 50000,
},
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-11-13 3:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-22 4:18 [PATCH] tv tuner max2165 driver: extend frequency range Walter Cheuk
2015-11-12 9:58 ` Mauro Carvalho Chehab
-- strict thread matches above, loose matches on Subject: below --
2015-11-13 3:28 Walter Cheuk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.