All of lore.kernel.org
 help / color / mirror / Atom feed
* Patch for max2165.c to correct invalid max frequency
@ 2014-01-21  2:43 KS Ng - dmbth
  0 siblings, 0 replies; only message in thread
From: KS Ng - dmbth @ 2014-01-21  2:43 UTC (permalink / raw)
  To: linux-media

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,
      },


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-21  2:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-21  2:43 Patch for max2165.c to correct invalid max frequency KS Ng - dmbth

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.