diff options
author | Igor M. Liplianin <liplianin@me.by> | 2008-11-23 14:11:16 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-30 09:38:25 -0200 |
commit | 9bb1b7e879091f09fc677dca10c5e132b68a9da3 (patch) | |
tree | 346dd4bacfb59f16f325a93efb5ef93da8d2e1eb /drivers/media/video/cx23885/cx23885-dvb.c | |
parent | f89bc32974a4376e8393001484af28d8c3350ab4 (diff) | |
download | blackbird-op-linux-9bb1b7e879091f09fc677dca10c5e132b68a9da3.tar.gz blackbird-op-linux-9bb1b7e879091f09fc677dca10c5e132b68a9da3.zip |
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) break; } case CX23885_BOARD_LEADTEK_WINFAST_PXDVR3200_H: + case CX23885_BOARD_COMPRO_VIDEOMATE_E650F: i2c_bus = &dev->i2c_bus[0]; fe0->dvb.frontend = dvb_attach(zl10353_attach, |