diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-09-29 11:08:29 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 07:37:10 -0400 |
commit | a31d2bb773f23f55cc6713f2d1a9b60977bb8f89 (patch) | |
tree | 084e602056f1730df1dba2165da902298a73b922 /drivers/media/video/cx88/cx88.h | |
parent | 9b0001913983de65af17eee8baf02283160f5a69 (diff) |
V4L/DVB (9062): Add support for Prolink Pixelview Global Extreme
Thanks to Sidney Matias <sidney.matias@gmail.com> for getting GPIO
values and testing on this device.
Cc: Sidney Matias <sidney.matias@gmail.com>
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 30b750ee8564..6420fb7615b1 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -227,6 +227,7 @@ extern struct sram_channel cx88_sram_channels[]; | |||
227 | #define CX88_BOARD_OMICOM_SS4_PCI 71 | 227 | #define CX88_BOARD_OMICOM_SS4_PCI 71 |
228 | #define CX88_BOARD_TBS_8920 72 | 228 | #define CX88_BOARD_TBS_8920 72 |
229 | #define CX88_BOARD_TEVII_S420 73 | 229 | #define CX88_BOARD_TEVII_S420 73 |
230 | #define CX88_BOARD_PROLINK_PV_GLOBAL_XTREME 74 | ||
230 | 231 | ||
231 | enum cx88_itype { | 232 | enum cx88_itype { |
232 | CX88_VMUX_COMPOSITE1 = 1, | 233 | CX88_VMUX_COMPOSITE1 = 1, |