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