r3667 - in trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian: . patches patches/series

Simon Horman horms at costa.debian.org
Tue Aug 2 05:56:02 UTC 2005


Author: horms
Date: 2005-08-02 05:56:01 +0000 (Tue, 02 Aug 2005)
New Revision: 3667

Added:
   trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/173_v4l-cx88-hue-offset-fix.diff
Modified:
   trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog
   trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/series/2.4.27-11
Log:
tty_ldisc_ref return null check

Modified: trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog
===================================================================
--- trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog	2005-08-02 05:40:32 UTC (rev 3666)
+++ trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/changelog	2005-08-02 05:56:01 UTC (rev 3667)
@@ -32,8 +32,12 @@
     [ppc32] stop misusing ntps time_offset value
     (Simon Horman)
 
- -- Simon Horman <horms at debian.org>  Tue,  2 Aug 2005 15:46:19 +0900
+  * 173_v4l-cx88-hue-offset-fix.diff
+     tty_ldisc_ref return null check
+     (Simon Horman)
 
+ -- Simon Horman <horms at debian.org>  Tue,  2 Aug 2005 16:03:32 +0900
+
 kernel-source-2.4.27 (2.4.27-10) unstable; urgency=low
 
   * 155_net-bluetooth-signdness-fix.diff:

Added: trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/173_v4l-cx88-hue-offset-fix.diff
===================================================================
--- trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/173_v4l-cx88-hue-offset-fix.diff	2005-08-02 05:40:32 UTC (rev 3666)
+++ trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/173_v4l-cx88-hue-offset-fix.diff	2005-08-02 05:56:01 UTC (rev 3667)
@@ -0,0 +1,42 @@
+#! /bin/sh -e 
+## <PATCHNAME>.dpatch by <PATCH_AUTHOR at EMAI>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Description: v4l cx88 hue offset fix
+## DP: Patch author: Michael Krufky <mkrufky at m1k.net>
+## DP: Upstream status: upstream
+
+. $(dirname $0)/DPATCH
+
+ at DPATCH@
+From: Michael Krufky <mkrufky at 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 at m1k.net>
+  Signed-off-by: Mauro Carvalho Chehab <mchehab at brturbo.com.br>
+  Signed-off-by: Chris Wright <chrisw at osdl.org>
+  Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
+---
+
+Backported to Debian's kernel-source-2.6.8 by dann frazier <dannf at 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,

Modified: trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/series/2.4.27-11
===================================================================
--- trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/series/2.4.27-11	2005-08-02 05:40:32 UTC (rev 3666)
+++ trunk/kernel-2.4/source/kernel-source-2.4.27-2.4.27/debian/patches/series/2.4.27-11	2005-08-02 05:56:01 UTC (rev 3667)
@@ -5,3 +5,4 @@
 + 170_Makefile.gcc-3.3.diff
 + 171_arch-ia64-x86_64-execve-overflow.diff
 + 172_ppc32-time_offset-misuse.diff
++ 173_v4l-cx88-hue-offset-fix.diff




More information about the Kernel-svn-changes mailing list