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.h | |
parent | f271a3affae3529c3cb6dc66f3bf0a8aeaebf5d5 (diff) | |
download | lwn-8eb79c0b9ba602123279bcc0cd65458a0dfcecfc.tar.gz lwn-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.h')
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index 31c2356ea96d..5719063d2881 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h @@ -243,6 +243,7 @@ extern const struct sram_channel const cx88_sram_channels[]; #define CX88_BOARD_TWINHAN_VP1027_DVBS 85 #define CX88_BOARD_TEVII_S464 86 #define CX88_BOARD_WINFAST_DTV2000H_PLUS 87 +#define CX88_BOARD_WINFAST_DTV1800H_XC4000 88 enum cx88_itype { CX88_VMUX_COMPOSITE1 = 1, |