From 3e1c5d23281372b23b1a403e57887c3aa0aba1a0 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 4 Feb 2010 19:34:02 +0000 Subject: [PATCH] Build lgs8gxx driver along with cxusb (Closes: #568414) svn path=/dists/trunk/linux-2.6/; revision=15121 --- debian/changelog | 3 +++ debian/config/config | 1 + debian/patches/bugfix/all/cxusb-select-lgs8gxx.patch | 10 ++++++++++ debian/patches/series/8 | 1 + 4 files changed, 15 insertions(+) create mode 100644 debian/patches/bugfix/all/cxusb-select-lgs8gxx.patch diff --git a/debian/changelog b/debian/changelog index 3040563c2..6a2ba31ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 04 Feb 2010 12:08:47 +0100 diff --git a/debian/config/config b/debian/config/config index d66c0e433..abca12e87 100644 --- a/debian/config/config +++ b/debian/config/config @@ -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 ## diff --git a/debian/patches/bugfix/all/cxusb-select-lgs8gxx.patch b/debian/patches/bugfix/all/cxusb-select-lgs8gxx.patch new file mode 100644 index 000000000..cf4674031 --- /dev/null +++ b/debian/patches/bugfix/all/cxusb-select-lgs8gxx.patch @@ -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 diff --git a/debian/patches/series/8 b/debian/patches/series/8 index 41db08fe7..7b732e77c 100644 --- a/debian/patches/series/8 +++ b/debian/patches/series/8 @@ -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