589f80
centosplus kernel patch (bug#8285)
589f80
589f80
Reported by armada:
589f80
DVB-T Receiver "Terratec Cinergy Hybrid T USB XS" not working
589f80
589f80
My problem is exactly the same as described in
589f80
http://linuxtv.org/pipermail/linux-dvb/2014-May/032967.html [^]
589f80
This post also has a patch which solved the problem for me.
589f80
589f80
The em28xx driver causes the :
589f80
em2882/3 #0: /2: dvb frontend not attached. Can't attach xc3028
589f80
589f80
Changing the USB_DEVICE(0x0ccd, 0x0042) from driver_info = EM2882_BOARD_TERRATEC_HYBRID_XS to EM2880_BOARD_TERRATEC_HYBRID_XS solved the problem.
589f80
589f80
--- a/drivers/media/usb/em28xx/em28xx-cards.c	2015-01-29 15:15:53.000000000 -0800
589f80
+++ b/drivers/media/usb/em28xx/em28xx-cards.c	2015-03-07 08:50:38.737699310 -0800
589f80
@@ -2091,7 +2091,7 @@ struct usb_device_id em28xx_id_table[] =
589f80
 	{ USB_DEVICE(0x0ccd, 0x005e),
589f80
 			.driver_info = EM2882_BOARD_TERRATEC_HYBRID_XS },
589f80
 	{ USB_DEVICE(0x0ccd, 0x0042),
589f80
-			.driver_info = EM2882_BOARD_TERRATEC_HYBRID_XS },
589f80
+			.driver_info = EM2880_BOARD_TERRATEC_HYBRID_XS },
589f80
 	{ USB_DEVICE(0x0ccd, 0x0043),
589f80
 			.driver_info = EM2870_BOARD_TERRATEC_XS },
589f80
 	{ USB_DEVICE(0x0ccd, 0x008e),	/* Cinergy HTC USB XS Rev. 1 */