[kernel] r14003 - in dists/lenny/linux-2.6/debian: . patches/bugfix/all patches/series

Moritz Muehlenhoff jmm at alioth.debian.org
Fri Jul 24 22:11:49 UTC 2009


Author: jmm
Date: Fri Jul 24 22:11:45 2009
New Revision: 14003

Log:
Fix support for AverMedia AverTV Cardbus Hybrid E506R (Closes: #511385)

Added:
   dists/lenny/linux-2.6/debian/patches/bugfix/all/video-support-avertv-cardbus-hybrid-e506r.patch
Modified:
   dists/lenny/linux-2.6/debian/changelog
   dists/lenny/linux-2.6/debian/patches/series/18

Modified: dists/lenny/linux-2.6/debian/changelog
==============================================================================
--- dists/lenny/linux-2.6/debian/changelog	Fri Jul 24 10:27:08 2009	(r14002)
+++ dists/lenny/linux-2.6/debian/changelog	Fri Jul 24 22:11:45 2009	(r14003)
@@ -26,6 +26,7 @@
     (Closes: #513406)
   * Emit HPET warning only once to avoid syslog floods, which occur on
     some systems like HP DC7900 (Closes: #512617)
+  * Fix support for AverMedia AverTV Cardbus Hybrid E506R (Closes: #511385)
 
   [ dann frazier ]
   * sata_nv: avoid link reset on controllers where it's broken

Added: dists/lenny/linux-2.6/debian/patches/bugfix/all/video-support-avertv-cardbus-hybrid-e506r.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/lenny/linux-2.6/debian/patches/bugfix/all/video-support-avertv-cardbus-hybrid-e506r.patch	Fri Jul 24 22:11:45 2009	(r14003)
@@ -0,0 +1,35 @@
+Support avertv cardbus hybrid e506r
+
+Reported in
+http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511385
+
+This patch is a subset of the following commit:
+
+From: Massimo Piccioni <alsa at piccio.org>
+Date: Fri, 11 Jul 2008 16:48:02 +0000 (-0300)
+Subject: V4L/DVB (8244): saa7134: add support for AVerMedia M103
+X-Git-Tag: v2.6.27-rc1~966^2~125
+X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=e2fc00c21124d9d9a8d4f396e5498ea27ddfc8fd
+
+V4L/DVB (8244): saa7134: add support for AVerMedia M103
+
+The following patch updates saa7134 driver to add support for AVerMedia
+M103 MiniPCI DVB-T Hybrid card.
+
+Signed-off-by: Massimo Piccioni <alsa at piccio.org>
+[mchehab at infradead.org: fixed merge conflicts and a small codingstyle]
+Signed-off-by: Mauro Carvalho Chehab <mchehab at infradead.org>
+---
+
+diff --git a/drivers/media/video/saa7134/saa7134-dvb.c b/drivers/media/video/saa7134/saa7134-dvb.c
+index 341b101..be48b9b 100644
+--- a/drivers/media/video/saa7134/saa7134-dvb.c
++++ b/drivers/media/video/saa7134/saa7134-dvb.c
+@@ -1263,6 +1263,7 @@ static int dvb_init(struct saa7134_dev *dev)
+ 						&avermedia_xc3028_mt352_dev,
+ 						&dev->i2c_adap);
+ 		attach_xc3028 = 1;
++		break;
+ 	case SAA7134_BOARD_MD7134_BRIDGE_2:
+ 		dev->dvb.frontend = dvb_attach(tda10086_attach,
+ 						&sd1878_4m, &dev->i2c_adap);

Modified: dists/lenny/linux-2.6/debian/patches/series/18
==============================================================================
--- dists/lenny/linux-2.6/debian/patches/series/18	Fri Jul 24 10:27:08 2009	(r14002)
+++ dists/lenny/linux-2.6/debian/patches/series/18	Fri Jul 24 22:11:45 2009	(r14003)
@@ -11,4 +11,5 @@
 + bugfix/all/sound-enable-snoop-for-nvidia-hda.patch
 + bugfix/all/eeepc-fix-oops-when-changing-backlight-brightness-during-init.patch
 + bugfix/all/hpet-avoid-log-flooding.patch
++ bugfix/all/video-support-avertv-cardbus-hybrid-e506r.patch
 + bugfix/all/fbmon-work-around-compiler-bug.patch



More information about the Kernel-svn-changes mailing list