linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: Gregor Jasny <gjasny@googlemail.com>
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: Re: [PATCH] keytable: Fix copy and paste error for SANYO IR protocol
Date: Thu, 19 Jan 2012 11:58:47 -0200	[thread overview]
Message-ID: <4F182197.4090407@redhat.com> (raw)
In-Reply-To: <1326980563-8194-2-git-send-email-gjasny@googlemail.com>

Em 19-01-2012 11:42, Gregor Jasny escreveu:
> Signed-off-by: Gregor Jasny <gjasny@googlemail.com>

Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>
> ---
>  utils/keytable/keytable.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/utils/keytable/keytable.c b/utils/keytable/keytable.c
> index 93609d2..f03de26 100644
> --- a/utils/keytable/keytable.c
> +++ b/utils/keytable/keytable.c
> @@ -226,7 +226,7 @@ static error_t parse_keyfile(char *fname, char **table)
>  						else if (!strcasecmp(p,"sony"))
>  							ch_proto |= SONY;
>  						else if (!strcasecmp(p,"sanyo"))
> -							ch_proto |= SONY;
> +							ch_proto |= SANYO;
>  						else if (!strcasecmp(p,"other") || !strcasecmp(p,"unknown"))
>  							ch_proto |= OTHER;
>  						else {


      reply	other threads:[~2012-01-19 13:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-19 13:42 [PATCH] keytable: Fix copy and paste error for SANYO IR protocol Gregor Jasny
2012-01-19 13:42 ` Gregor Jasny
2012-01-19 13:58   ` Mauro Carvalho Chehab [this message]

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=4F182197.4090407@redhat.com \
    --to=mchehab@redhat.com \
    --cc=gjasny@googlemail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).