diff options
author | Steven Toth <stoth@linuxtv.org> | 2009-03-28 13:22:21 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 17:20:50 -0400 |
commit | 501d8cd4e248feebd465b016a7d5b7bc084f5f1f (patch) | |
tree | ff5af71b50bdc6b0435adf75766df74ee29916a8 /drivers/media/video/cx88/cx88.h | |
parent | f1ff355a2c32dbe93cfe05160e05cbccc789ca33 (diff) |
V4L/DVB (11665): cx88: Add support for the Hauppauge IROnly board.
cx88: Add support for the Hauppauge IROnly board.
Signed-off-by: Steven Toth <stoth@linuxtv.org>
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 7724d168fc04..2190b600e2ee 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -232,6 +232,7 @@ extern struct sram_channel cx88_sram_channels[]; | |||
232 | #define CX88_BOARD_TBS_8910 77 | 232 | #define CX88_BOARD_TBS_8910 77 |
233 | #define CX88_BOARD_PROF_6200 78 | 233 | #define CX88_BOARD_PROF_6200 78 |
234 | #define CX88_BOARD_TERRATEC_CINERGY_HT_PCI_MKII 79 | 234 | #define CX88_BOARD_TERRATEC_CINERGY_HT_PCI_MKII 79 |
235 | #define CX88_BOARD_HAUPPAUGE_IRONLY 80 | ||
235 | 236 | ||
236 | enum cx88_itype { | 237 | enum cx88_itype { |
237 | CX88_VMUX_COMPOSITE1 = 1, | 238 | CX88_VMUX_COMPOSITE1 = 1, |