diff options
author | istvan_v@mailbox.hu <istvan_v@mailbox.hu> | 2011-06-07 13:16:56 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 17:53:05 -0300 |
commit | 8eb79c0b9ba602123279bcc0cd65458a0dfcecfc (patch) | |
tree | 78eef2e45a84121b8be632f72c6ef2b38c1c0549 /drivers/media/video/cx88/cx88-dvb.c | |
parent | f271a3affae3529c3cb6dc66f3bf0a8aeaebf5d5 (diff) | |
download | blackbird-op-linux-8eb79c0b9ba602123279bcc0cd65458a0dfcecfc.tar.gz blackbird-op-linux-8eb79c0b9ba602123279bcc0cd65458a0dfcecfc.zip |
[media] cx88: added support for Leadtek WinFast DTV1800 H with XC4000 tuner
This patch implements support for the Leadtek WinFast DTV1800 H card with
XC4000 tuner (107d:6f38).
Signed-off-by: Istvan Varga <istvan_v@mailbox.hu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx88/cx88-dvb.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-dvb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c index c4e20942dcc6..1ed72ce2413c 100644 --- a/drivers/media/video/cx88/cx88-dvb.c +++ b/drivers/media/video/cx88/cx88-dvb.c @@ -1328,6 +1328,7 @@ static int dvb_register(struct cx8802_dev *dev) goto frontend_detach; } break; + case CX88_BOARD_WINFAST_DTV1800H_XC4000: case CX88_BOARD_WINFAST_DTV2000H_PLUS: fe0->dvb.frontend = dvb_attach(zl10353_attach, &cx88_pinnacle_hybrid_pctv, |