[PATCH] tv tuner max2165 driver: extend frequency range

2015-11-12 Thread Walter Cheuk
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 

---

--- media_build/media/drivers/media/tuners/max2165.c.orig   2015-10-22 
12:01:24.867254181 +0800
+++ media_build/media/drivers/media/tuners/max2165.c2015-11-13 
00:31:59.220345032 +0800
@@ -385,7 +385,7 @@ static const struct dvb_tuner_ops max216
.info = {
.name   = "Maxim MAX2165",
.frequency_min  = 47000,
-   .frequency_max  = 78000,
+   .frequency_max  = 86200,
.frequency_step = 5,
},
 
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] tv tuner max2165 driver: extend frequency range

2015-11-12 Thread Mauro Carvalho Chehab
Em Thu, 22 Oct 2015 12:18:58 +0800
Walter Cheuk  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 
> 
> ---
> 
> --- 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  = 47000,
> - .frequency_max  = 78000,
> + .frequency_max  = 86800,
>   .frequency_step = 5,
>   },
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] tv tuner max2165 driver: extend frequency range

2015-10-21 Thread Walter Cheuk
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 

---

--- 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  = 47000,
- .frequency_max  = 78000,
+ .frequency_max  = 86800,
  .frequency_step = 5,
  },
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html