Browse Source

[media] cx231xx: Add IR support for Pixelview Hybrid SBTVD

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Mauro Carvalho Chehab 14 years ago
parent
commit
1bc25f7d6c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      drivers/media/video/cx231xx/cx231xx-cards.c

+ 2 - 0
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,