summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/em28xx/em28xx-dvb.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-10-04 14:33:11 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-04 14:33:11 -0300
commit7e6dc327e79b2a3b6f430df42cd212ab82f2220e (patch)
tree7aa7741da8575bd94ec45a251cf9194b0ee50286 /linux/drivers/media/video/em28xx/em28xx-dvb.c
parentf48cc706c1b203e3e10d3e30380e96d27c5bf858 (diff)
parent0bde6f869cdcf61aec023543219643c10f59e23a (diff)
downloadmediapointer-dvb-s2-7e6dc327e79b2a3b6f430df42cd212ab82f2220e.tar.gz
mediapointer-dvb-s2-7e6dc327e79b2a3b6f430df42cd212ab82f2220e.tar.bz2
merge: http://linuxtv.org/hg/~dougsland/em28xx-310u
From: Mauro Carvalho Chehab <mchehab@redhat.com> Priority: normal Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/em28xx/em28xx-dvb.c')
-rw-r--r--linux/drivers/media/video/em28xx/em28xx-dvb.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-dvb.c b/linux/drivers/media/video/em28xx/em28xx-dvb.c
index 03c212e5a..b98749b8d 100644
--- a/linux/drivers/media/video/em28xx/em28xx-dvb.c
+++ b/linux/drivers/media/video/em28xx/em28xx-dvb.c
@@ -452,6 +452,15 @@ static int dvb_init(struct em28xx *dev)
goto out_free;
}
break;
+ case EM2880_BOARD_KWORLD_DVB_310U:
+ dvb->frontend = dvb_attach(zl10353_attach,
+ &em28xx_zl10353_with_xc3028,
+ &dev->i2c_adap);
+ if (attach_xc3028(0x61, dev) < 0) {
+ result = -EINVAL;
+ goto out_free;
+ }
+ break;
default:
printk(KERN_ERR "%s/2: The frontend of your DVB/ATSC card"
" isn't supported yet\n",