Dear Maintainers,
I would like to request for a patch as captioned below to correct the
invalid max. frequency as currently set in max2165.c. It's resulting in
a new TV channel using frequency 802MHz not receivable. I've tested it
OK for my dvb adapter.
Thanks,
K.S. Ng
diff -r -u a/linux/drivers/media/tuners/max2165.c
b/linux/drivers/media/tuners/max2165.c
--- a/linux/drivers/media/tuners/max2165.c 2014-01-17
08:46:25.000000000 +0800
+++ b/linux/drivers/media/tuners/max2165.c 2014-01-17
08:47:06.000000000 +0800
@@ -385,7 +385,7 @@
.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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html