From fe1e6f511cb18bc403fcee5ea3fe5224ffa1ec49 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Sun, 5 May 2019 15:31:28 +0200 Subject: [PATCH] USB: media: disable tlg2300 driver The tlg2300 driver was moved to the staging tree back in 3.19, and then removed entirely from the tree in 4.0. Because it breaks with an upcoming fix for the USB power management logic, let's just disable it from 3.18.y in case anyone is actually using it, as they really shouldn't be anymore. Signed-off-by: Greg Kroah-Hartman --- drivers/media/usb/tlg2300/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/usb/tlg2300/Kconfig b/drivers/media/usb/tlg2300/Kconfig index 645d915267e6..358fff581520 100644 --- a/drivers/media/usb/tlg2300/Kconfig +++ b/drivers/media/usb/tlg2300/Kconfig @@ -1,6 +1,7 @@ config VIDEO_TLG2300 tristate "Telegent TLG2300 USB video capture support" depends on VIDEO_DEV && I2C && SND && DVB_CORE + depends on BROKEN select VIDEO_TUNER select VIDEO_TVEEPROM depends on RC_CORE -- 2.43.0