[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


[no subject]

2015-11-11 Thread Walter Cheuk
Hi,

I sent a patch named "[PATCH] tv tuner max2165 driver: extend
frequency range" two weeks ago (22/10). Is it being reviewed? Thank
you.


Walter Cheuk
--
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