diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-01-05 14:53:01 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:05:06 -0500 |
commit | 60464da8b1ed8d7c19563f58cadb0ca990448a36 (patch) | |
tree | 1751dfeee1e761792fc7c313b4eaba10166d0d08 /drivers/media/video/cx88/cx88.h | |
parent | 27c685a4b09b5e391023d769cddb97e4fcb3b9e1 (diff) |
V4L/DVB (7043): New card supported(partially): Pinnacle 800i
From Zhang: This patch continues the support for the Pinnacle HD 800i.
Patch committed as-is, cleanups to follow ... Steve
Signed-off-by: Chaogui Zhang <czhang1974@gmail.com>
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index 0cd2946a2789..4e823f2a539a 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -210,6 +210,7 @@ extern struct sram_channel cx88_sram_channels[]; | |||
210 | #define CX88_BOARD_TE_DTV_250_OEM_SWANN 55 | 210 | #define CX88_BOARD_TE_DTV_250_OEM_SWANN 55 |
211 | #define CX88_BOARD_HAUPPAUGE_HVR1300 56 | 211 | #define CX88_BOARD_HAUPPAUGE_HVR1300 56 |
212 | #define CX88_BOARD_ADSTECH_PTV_390 57 | 212 | #define CX88_BOARD_ADSTECH_PTV_390 57 |
213 | #define CX88_BOARD_PINNACLE_PCTV_HD_800i 58 | ||
213 | 214 | ||
214 | enum cx88_itype { | 215 | enum cx88_itype { |
215 | CX88_VMUX_COMPOSITE1 = 1, | 216 | CX88_VMUX_COMPOSITE1 = 1, |
@@ -589,6 +590,7 @@ extern void cx88_call_i2c_clients(struct cx88_core *core, | |||
589 | /* ----------------------------------------------------------- */ | 590 | /* ----------------------------------------------------------- */ |
590 | /* cx88-cards.c */ | 591 | /* cx88-cards.c */ |
591 | 592 | ||
593 | extern int cx88_tuner_callback(void *dev, int command, int arg); | ||
592 | extern int cx88_get_resources(const struct cx88_core *core, | 594 | extern int cx88_get_resources(const struct cx88_core *core, |
593 | struct pci_dev *pci); | 595 | struct pci_dev *pci); |
594 | extern struct cx88_core *cx88_core_create(struct pci_dev *pci, int nr); | 596 | extern struct cx88_core *cx88_core_create(struct pci_dev *pci, int nr); |