aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx231xx
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-10-23 13:35:58 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-12-29 08:16:28 -0200
commit1bc25f7d6c0f353d3c73252048fe03a3d8f0e6b8 (patch)
tree7a7e0160d12cab7ebe623241fc1d7cbca0fef8e3 /drivers/media/video/cx231xx
parent9ab66912e0cd671fbea1b99e8a37d11b14d50baf (diff)
downloadkernel_samsung_smdk4412-1bc25f7d6c0f353d3c73252048fe03a3d8f0e6b8.zip
kernel_samsung_smdk4412-1bc25f7d6c0f353d3c73252048fe03a3d8f0e6b8.tar.gz
kernel_samsung_smdk4412-1bc25f7d6c0f353d3c73252048fe03a3d8f0e6b8.tar.bz2
[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')
-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 0a06fca..83772eb 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[] = {
.gpio_pin_status_mask = 0x4001000,
.tuner_i2c_master = 2,
.demod_i2c_master = 1,
+ .ir_i2c_master = 2,
+ .rc_map = RC_MAP_PIXELVIEW_NEW,
.has_dvb = 1,
.demod_addr = 0x10,
.norm = V4L2_STD_PAL_M,