aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx-dvb.c
diff options
context:
space:
mode:
authorDouglas Schilling Landgraf <dougsland@redhat.com>2009-04-09 18:24:34 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-06-16 18:20:30 -0300
commite5db5d44432abc82b1250dd05bd0a4b011392d9d (patch)
treec659b5c771d5175e6712689ca898d0fe873561e3 /drivers/media/video/em28xx/em28xx-dvb.c
parentebf58f70e853b9ffe50d6b194d3679b7dc2cac9c (diff)
downloadkernel_samsung_smdk4412-e5db5d44432abc82b1250dd05bd0a4b011392d9d.zip
kernel_samsung_smdk4412-e5db5d44432abc82b1250dd05bd0a4b011392d9d.tar.gz
kernel_samsung_smdk4412-e5db5d44432abc82b1250dd05bd0a4b011392d9d.tar.bz2
V4L/DVB (11486): em28xx: Add EmpireTV board support
Added EmpireTV entry. Thanks to Xwang <xwang1976@email.it> to provide data for this board. Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-dvb.c')
-rw-r--r--drivers/media/video/em28xx/em28xx-dvb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-dvb.c b/drivers/media/video/em28xx/em28xx-dvb.c
index fcd2551..c8188dc 100644
--- a/drivers/media/video/em28xx/em28xx-dvb.c
+++ b/drivers/media/video/em28xx/em28xx-dvb.c
@@ -431,6 +431,7 @@ static int dvb_init(struct em28xx *dev)
case EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900:
case EM2880_BOARD_TERRATEC_HYBRID_XS:
case EM2880_BOARD_KWORLD_DVB_310U:
+ case EM2880_BOARD_EMPIRE_DUAL_TV:
dvb->frontend = dvb_attach(zl10353_attach,
&em28xx_zl10353_with_xc3028,
&dev->i2c_adap);