All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
To: Walter Cheuk <wwycheuk@gmail.com>
Cc: linux-media@vger.kernel.org
Subject: Re: [PATCH] tv tuner max2165 driver: extend frequency range
Date: Thu, 12 Nov 2015 07:58:47 -0200	[thread overview]
Message-ID: <20151112075847.2d268bc7@recife.lan> (raw)
In-Reply-To: <CABUpJt-mTeKkOnhk-ADv-5TJqhx-tRwPoKOQ2a7GJTM34Jz2Eg@mail.gmail.com>

Em Thu, 22 Oct 2015 12:18:58 +0800
Walter Cheuk <wwycheuk@gmail.com> 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 <wwycheuk@gmail.com>
> 
> ---
> 
> --- 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  = 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@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2015-11-12  9:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-22  4:18 [PATCH] tv tuner max2165 driver: extend frequency range Walter Cheuk
2015-11-12  9:58 ` Mauro Carvalho Chehab [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-11-13  3:28 Walter Cheuk

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=20151112075847.2d268bc7@recife.lan \
    --to=mchehab@osg.samsung.com \
    --cc=linux-media@vger.kernel.org \
    --cc=wwycheuk@gmail.com \
    /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.