public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Horms <horms@verge.net.au>
To: Marcelo Tosatti <marcelo.tosatti@cyclades.com>,
	Michael Krufky <mkrufky@m1k.net>,
	Mauro Carvalho Chehab <mchehab@brturbo.com.br>,
	Chris Wright <chrisw@osdl.org>,
	Greg Kroah-Hartman <gregkh@suse.de>,
	debian-kernel@lists.debian.org, linux-kernel@vger.kernel.org
Subject: Re: [Patch] v4l cx88 hue offset fix
Date: Wed, 3 Aug 2005 14:03:16 +0900	[thread overview]
Message-ID: <20050803050315.GB29715@debian.org> (raw)
In-Reply-To: <20050802071959.GB22793@verge.net.au>

On Tue, Aug 02, 2005 at 04:20:00PM +0900, Horms wrote:
> Hi Marcelo, 
> 
> Another fix from 2.6.12.3 that seems approprite for 2.4.
> Should apply cleanly to your tree.

Please ignore this. I sent the wrong patch.
I don't think thie cx88 driver is in 2.4 at all.

> Signed-off-by: Horms <horms@verge.net.au>
> 
> From: Michael Krufky <mkrufky@m1k.net>
> Date: Thu, 30 Jun 2005 20:06:41 +0000 (-0400)
> Subject: [PATCH] v4l cx88 hue offset fix
> X-Git-Tag: v2.6.12.3
> X-Git-Url: http://www.kernel.org/git/?p=linux/kernel/git/gregkh/linux-2.6.12.y.git;a=commitdiff;h=aebaaf4060dd0db163694da8e4ab7ba86add57b9
> 
>   [PATCH] v4l cx88 hue offset fix
>   
>   Changed hue offset to 128 to correct behavior in cx88 cards.  Previously,
>   setting 0% or 100% hue was required to avoid blue/green people on screen.
>   Now, 50% Hue means no offset, just like bt878 stuff.
>   
>   Signed-off-by: Michael Krufky <mkrufky@m1k.net>
>   Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
>   Signed-off-by: Chris Wright <chrisw@osdl.org>
>   Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
> ---
> 
> Backported to Debian's kernel-source-2.6.8 by dann frazier <dannf@debian.org>
> 
> --- a/drivers/media/video/cx88/cx88-video.c
> +++ b/drivers/media/video/cx88/cx88-video.c
> @@ -261,7 +261,7 @@ static struct cx88_ctrl cx8800_ctls[] = 
>  			.default_value = 0,
>  			.type          = V4L2_CTRL_TYPE_INTEGER,
>  		},
> -		.off                   = 0,
> +		.off                   = 128,
>  		.reg                   = MO_HUE,
>  		.mask                  = 0x00ff,
>  		.shift                 = 0,

      parent reply	other threads:[~2005-08-03  2:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-02  7:20 [Patch] v4l cx88 hue offset fix Horms
2005-08-02 12:41 ` Michael Krufky
2005-08-03 10:40   ` Horms
2005-08-03  5:03 ` Horms [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=20050803050315.GB29715@debian.org \
    --to=horms@verge.net.au \
    --cc=chrisw@osdl.org \
    --cc=debian-kernel@lists.debian.org \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo.tosatti@cyclades.com \
    --cc=mchehab@brturbo.com.br \
    --cc=mkrufky@m1k.net \
    /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