aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx-dvb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-dvb.c')
-rw-r--r--drivers/media/video/em28xx/em28xx-dvb.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-dvb.c b/drivers/media/video/em28xx/em28xx-dvb.c
index cc61cfb23a4a..9727653b76ff 100644
--- a/drivers/media/video/em28xx/em28xx-dvb.c
+++ b/drivers/media/video/em28xx/em28xx-dvb.c
@@ -441,6 +441,15 @@ static int dvb_init(struct em28xx *dev)
441 } 441 }
442 break; 442 break;
443#endif 443#endif
444 case EM2880_BOARD_TERRATEC_HYBRID_XS:
445 dvb->frontend = dvb_attach(zl10353_attach,
446 &em28xx_zl10353_with_xc3028,
447 &dev->i2c_adap);
448 if (attach_xc3028(0x61, dev) < 0) {
449 result = -EINVAL;
450 goto out_free;
451 }
452 break;
444 default: 453 default:
445 printk(KERN_ERR "%s/2: The frontend of your DVB/ATSC card" 454 printk(KERN_ERR "%s/2: The frontend of your DVB/ATSC card"
446 " isn't supported yet\n", 455 " isn't supported yet\n",