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