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

svn path=/dists/trunk/linux-2.6/; revision=15121
This commit is contained in:
Ben Hutchings 2010-02-04 19:34:02 +00:00
parent 0b2c1541cf
commit 3e1c5d2328
4 changed files with 15 additions and 0 deletions

3
debian/changelog vendored
View File

@ -6,6 +6,9 @@ linux-2.6 (2.6.32-8) UNRELEASED; urgency=low
[ 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@debian.org> Thu, 04 Feb 2010 12:08:47 +0100

View File

@ -846,6 +846,7 @@ CONFIG_DVB_LNBP21=m
CONFIG_DVB_ISL6405=m
CONFIG_DVB_ISL6421=m
CONFIG_DVB_LGS8GL5=m
CONFIG_DVB_LGS8GXX=m
CONFIG_DVB_DUMMY_FE=m
##

View File

@ -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

View File

@ -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