All of lore.kernel.org
 help / color / mirror / Atom feed
From: KS Ng - dmbth <hk.dmbth@gmail.com>
To: linux-media@vger.kernel.org
Subject: Patch for max2165.c to correct invalid max frequency
Date: Tue, 21 Jan 2014 10:43:11 +0800	[thread overview]
Message-ID: <52DDDEBF.1090603@gmail.com> (raw)

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


                 reply	other threads:[~2014-01-21  2:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52DDDEBF.1090603@gmail.com \
    --to=hk.dmbth@gmail.com \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.