diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-09-29 12:08:29 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-09-29 12:08:29 -0300 |
commit | dc46835511e171a24553901ed49d054be61bed19 (patch) | |
tree | 4b56527e86005cbc9e94c7f02fe7d3364ff8c842 /linux/drivers/media/video/cx88/cx88.h | |
parent | 0dff1f4145f464c1f51e2b536a48cceff7623ef3 (diff) | |
download | mediapointer-dvb-s2-dc46835511e171a24553901ed49d054be61bed19.tar.gz mediapointer-dvb-s2-dc46835511e171a24553901ed49d054be61bed19.tar.bz2 |
Add support for Prolink Pixelview Global Extreme
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Thanks to Sidney Matias <sidney.matias@gmail.com> for getting GPIO
values and testing on this device.
Priority: normal
CC: Sidney Matias <sidney.matias@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88.h')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index 6f5b2963b..b138b58e3 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -228,6 +228,7 @@ extern struct sram_channel cx88_sram_channels[]; #define CX88_BOARD_OMICOM_SS4_PCI 71 #define CX88_BOARD_TBS_8920 72 #define CX88_BOARD_TEVII_S420 73 +#define CX88_BOARD_PROLINK_PV_GLOBAL_XTREME 74 enum cx88_itype { CX88_VMUX_COMPOSITE1 = 1, |