aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx231xx/cx231xx-cards.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-10-23 12:35:58 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-12-29 05:16:28 -0500
commit1bc25f7d6c0f353d3c73252048fe03a3d8f0e6b8 (patch)
tree7a7e0160d12cab7ebe623241fc1d7cbca0fef8e3 /drivers/media/video/cx231xx/cx231xx-cards.c
parent9ab66912e0cd671fbea1b99e8a37d11b14d50baf (diff)
[media] cx231xx: Add IR support for Pixelview Hybrid SBTVD
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx231xx/cx231xx-cards.c')
-rw-r--r--drivers/media/video/cx231xx/cx231xx-cards.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/cx231xx/cx231xx-cards.c b/drivers/media/video/cx231xx/cx231xx-cards.c
index 0a06fcac9db9..83772eb8e391 100644
--- a/drivers/media/video/cx231xx/cx231xx-cards.c
+++ b/drivers/media/video/cx231xx/cx231xx-cards.c
@@ -411,6 +411,8 @@ struct cx231xx_board cx231xx_boards[] = {
411 .gpio_pin_status_mask = 0x4001000, 411 .gpio_pin_status_mask = 0x4001000,
412 .tuner_i2c_master = 2, 412 .tuner_i2c_master = 2,
413 .demod_i2c_master = 1, 413 .demod_i2c_master = 1,
414 .ir_i2c_master = 2,
415 .rc_map = RC_MAP_PIXELVIEW_NEW,
414 .has_dvb = 1, 416 .has_dvb = 1,
415 .demod_addr = 0x10, 417 .demod_addr = 0x10,
416 .norm = V4L2_STD_PAL_M, 418 .norm = V4L2_STD_PAL_M,