diff --git a/debian/patches/bugfix/arm/disable-video_bt848.patch b/debian/patches/bugfix/arm/disable-video_bt848.patch index b21456289..a88ce46d8 100644 --- a/debian/patches/bugfix/arm/disable-video_bt848.patch +++ b/debian/patches/bugfix/arm/disable-video_bt848.patch @@ -1,12 +1,10 @@ -diff --git a/drivers/media/video/bt8xx/Kconfig b/drivers/media/video/bt8xx/Kconfig -index 58eae88..21558f9 100644 ---- a/drivers/media/video/bt8xx/Kconfig -+++ b/drivers/media/video/bt8xx/Kconfig +--- a/drivers/media/video/bt8xx/Kconfig~ 2008-02-14 11:32:42.000000000 +0000 ++++ b/drivers/media/video/bt8xx/Kconfig 2008-02-14 11:32:44.000000000 +0000 @@ -1,6 +1,6 @@ config VIDEO_BT848 tristate "BT848 Video For Linux" -- depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L1 -+ depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L1 && (!ARM || BROKEN) +- depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L2 && INPUT ++ depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L2 && INPUT && (!ARM || BROKEN) select I2C_ALGOBIT select FW_LOADER select VIDEO_BTCX diff --git a/debian/patches/series/1~experimental.1 b/debian/patches/series/1~experimental.1 index 3fb4912a3..8e934cacb 100644 --- a/debian/patches/series/1~experimental.1 +++ b/debian/patches/series/1~experimental.1 @@ -24,7 +24,7 @@ #+ bugfix/arm/disable-dvb_budget.patch + bugfix/arm/disable-netxen_nic.patch + bugfix/arm/disable-chelsio_t3.patch -#+ bugfix/arm/disable-video_bt848.patch ++ bugfix/arm/disable-video_bt848.patch + bugfix/arm/disable-scsi_acard.patch #+ bugfix/arm/disable-ath5k.patch #the following will be fixed before 2.6.25 is out: