diff options
author | istvan_v@mailbox.hu <istvan_v@mailbox.hu> | 2011-06-07 12:16:56 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 16:53:05 -0400 |
commit | 8eb79c0b9ba602123279bcc0cd65458a0dfcecfc (patch) | |
tree | 78eef2e45a84121b8be632f72c6ef2b38c1c0549 /drivers/media/video/cx88/cx88.h | |
parent | f271a3affae3529c3cb6dc66f3bf0a8aeaebf5d5 (diff) |
[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[]; | |||
243 | #define CX88_BOARD_TWINHAN_VP1027_DVBS 85 | 243 | #define CX88_BOARD_TWINHAN_VP1027_DVBS 85 |
244 | #define CX88_BOARD_TEVII_S464 86 | 244 | #define CX88_BOARD_TEVII_S464 86 |
245 | #define CX88_BOARD_WINFAST_DTV2000H_PLUS 87 | 245 | #define CX88_BOARD_WINFAST_DTV2000H_PLUS 87 |
246 | #define CX88_BOARD_WINFAST_DTV1800H_XC4000 88 | ||
246 | 247 | ||
247 | enum cx88_itype { | 248 | enum cx88_itype { |
248 | CX88_VMUX_COMPOSITE1 = 1, | 249 | CX88_VMUX_COMPOSITE1 = 1, |