diff options
author | Igor M. Liplianin <liplianin@me.by> | 2008-11-23 12:11:16 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-30 06:38:25 -0500 |
commit | 9bb1b7e879091f09fc677dca10c5e132b68a9da3 (patch) | |
tree | 346dd4bacfb59f16f325a93efb5ef93da8d2e1eb /drivers/media/video/cx23885/cx23885-dvb.c | |
parent | f89bc32974a4376e8393001484af28d8c3350ab4 (diff) |
V4L/DVB (9795): Add Compro VideoMate E650F (DVB-T part only).
Add Compro VideoMate E650F (DVB-T part only).
The card based on cx23885 PCI-Express chip, xc3028 tuner and ce6353 demodulator.
Cc: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Igor M. Liplianin <liplianin@me.by>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-dvb.c')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-dvb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c index e1aac07b3158..1c454128a9df 100644 --- a/drivers/media/video/cx23885/cx23885-dvb.c +++ b/drivers/media/video/cx23885/cx23885-dvb.c | |||
@@ -502,6 +502,7 @@ static int dvb_register(struct cx23885_tsport *port) | |||
502 | break; | 502 | break; |
503 | } | 503 | } |
504 | case CX23885_BOARD_LEADTEK_WINFAST_PXDVR3200_H: | 504 | case CX23885_BOARD_LEADTEK_WINFAST_PXDVR3200_H: |
505 | case CX23885_BOARD_COMPRO_VIDEOMATE_E650F: | ||
505 | i2c_bus = &dev->i2c_bus[0]; | 506 | i2c_bus = &dev->i2c_bus[0]; |
506 | 507 | ||
507 | fe0->dvb.frontend = dvb_attach(zl10353_attach, | 508 | fe0->dvb.frontend = dvb_attach(zl10353_attach, |