diff options
author | Chris Pascoe <c.pascoe@itee.uq.edu.au> | 2006-01-09 12:25:35 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:25:35 -0500 |
commit | fc40b261db15d010455ad0a4e2ac59da2ced730f (patch) | |
tree | d91b96cb35c8b2e978d6ff1be5bdf3aad1993709 /drivers/media/video/cx88/cx88.h | |
parent | 50c25fff5385c6baf3114f7c369b0f75a29ac1e8 (diff) |
V4L/DVB (3220): Add support for VP-3054 HDTV board
- Added support for VP-3054 (aka DigitalNow DNTV Live! DVB-T Pro!).
- This board has a secondary I2C bus and remote control.
- Added a new module to handle secondary I2C bus on this board.
Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index 0bbf68b325c4..6d370d1b333f 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -184,6 +184,7 @@ extern struct sram_channel cx88_sram_channels[]; | |||
184 | #define CX88_BOARD_KWORLD_DVBS_100 39 | 184 | #define CX88_BOARD_KWORLD_DVBS_100 39 |
185 | #define CX88_BOARD_HAUPPAUGE_HVR1100 40 | 185 | #define CX88_BOARD_HAUPPAUGE_HVR1100 40 |
186 | #define CX88_BOARD_HAUPPAUGE_HVR1100LP 41 | 186 | #define CX88_BOARD_HAUPPAUGE_HVR1100LP 41 |
187 | #define CX88_BOARD_DNTV_LIVE_DVB_T_PRO 42 | ||
187 | 188 | ||
188 | enum cx88_itype { | 189 | enum cx88_itype { |
189 | CX88_VMUX_COMPOSITE1 = 1, | 190 | CX88_VMUX_COMPOSITE1 = 1, |
@@ -422,6 +423,8 @@ struct cx8802_dev { | |||
422 | struct videobuf_dvb dvb; | 423 | struct videobuf_dvb dvb; |
423 | void* fe_handle; | 424 | void* fe_handle; |
424 | int (*fe_release)(void *handle); | 425 | int (*fe_release)(void *handle); |
426 | |||
427 | void *card_priv; | ||
425 | /* for switching modulation types */ | 428 | /* for switching modulation types */ |
426 | unsigned char ts_gen_cntrl; | 429 | unsigned char ts_gen_cntrl; |
427 | 430 | ||