[kernel] r15121 - in dists/trunk/linux-2.6/debian: . config patches/bugfix/all patches/series

Ben Hutchings benh at alioth.debian.org
Thu Feb 4 19:34:14 UTC 2010


Author: benh
Date: Thu Feb  4 19:34:02 2010
New Revision: 15121

Log:
Build lgs8gxx driver along with cxusb (Closes: #568414)

Added:
   dists/trunk/linux-2.6/debian/patches/bugfix/all/cxusb-select-lgs8gxx.patch
Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/config
   dists/trunk/linux-2.6/debian/patches/series/8

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Thu Feb  4 18:42:32 2010	(r15120)
+++ dists/trunk/linux-2.6/debian/changelog	Thu Feb  4 19:34:02 2010	(r15121)
@@ -6,6 +6,9 @@
   [ dann frazier ]
   * Remove TIF_ABI_PENDING bit from x86, sparc & powerpc, fixing
     32-bit userland/64-bit kernel breakage (Closes: #568416)
+  
+  [ Ben Hutchings ]
+  * Build lgs8gxx driver along with cxusb (Closes: #568414)
 
  -- Bastian Blank <waldi at debian.org>  Thu, 04 Feb 2010 12:08:47 +0100
 

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	Thu Feb  4 18:42:32 2010	(r15120)
+++ dists/trunk/linux-2.6/debian/config/config	Thu Feb  4 19:34:02 2010	(r15121)
@@ -846,6 +846,7 @@
 CONFIG_DVB_ISL6405=m
 CONFIG_DVB_ISL6421=m
 CONFIG_DVB_LGS8GL5=m
+CONFIG_DVB_LGS8GXX=m
 CONFIG_DVB_DUMMY_FE=m
 
 ##

Added: dists/trunk/linux-2.6/debian/patches/bugfix/all/cxusb-select-lgs8gxx.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/trunk/linux-2.6/debian/patches/bugfix/all/cxusb-select-lgs8gxx.patch	Thu Feb  4 19:34:02 2010	(r15121)
@@ -0,0 +1,10 @@
+--- a/drivers/media/dvb/dvb-usb/Kconfig
++++ b/drivers/media/dvb/dvb-usb/Kconfig
+@@ -113,6 +113,7 @@
+ 	select DVB_ZL10353 if !DVB_FE_CUSTOMISE
+ 	select DVB_DIB7000P if !DVB_FE_CUSTOMISE
+ 	select DVB_LGS8GL5 if !DVB_FE_CUSTOMISE
++	select DVB_LGS8GXX if !DVB_FE_CUSTOMISE
+ 	select DVB_TUNER_DIB0070 if !DVB_FE_CUSTOMISE
+ 	select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMISE
+ 	select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMISE

Modified: dists/trunk/linux-2.6/debian/patches/series/8
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/8	Thu Feb  4 18:42:32 2010	(r15120)
+++ dists/trunk/linux-2.6/debian/patches/series/8	Thu Feb  4 19:34:02 2010	(r15121)
@@ -1,3 +1,4 @@
 + bugfix/x86/x86-get-rid-of-the-insane-tif_abi_pending-bit.patch
 + bugfix/powerpc/powerpc-tif_abi_pending-bit-removal.patch
 + bugfix/sparc/sparc-tif_abi_pending-bit-removal.patch
++ bugfix/all/cxusb-select-lgs8gxx.patch



More information about the Kernel-svn-changes mailing list