aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885/cx23885-input.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-input.c')
-rw-r--r--drivers/media/video/cx23885/cx23885-input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx23885/cx23885-input.c b/drivers/media/video/cx23885/cx23885-input.c
index e824ba63fdde..0b0d0664382a 100644
--- a/drivers/media/video/cx23885/cx23885-input.c
+++ b/drivers/media/video/cx23885/cx23885-input.c
@@ -264,14 +264,14 @@ int cx23885_input_init(struct cx23885_dev *dev)
264 case CX23885_BOARD_HAUPPAUGE_HVR1250: 264 case CX23885_BOARD_HAUPPAUGE_HVR1250:
265 /* Integrated CX2388[58] IR controller */ 265 /* Integrated CX2388[58] IR controller */
266 driver_type = RC_DRIVER_IR_RAW; 266 driver_type = RC_DRIVER_IR_RAW;
267 allowed_protos = IR_TYPE_ALL; 267 allowed_protos = RC_TYPE_ALL;
268 /* The grey Hauppauge RC-5 remote */ 268 /* The grey Hauppauge RC-5 remote */
269 rc_map = RC_MAP_RC5_HAUPPAUGE_NEW; 269 rc_map = RC_MAP_RC5_HAUPPAUGE_NEW;
270 break; 270 break;
271 case CX23885_BOARD_TEVII_S470: 271 case CX23885_BOARD_TEVII_S470:
272 /* Integrated CX23885 IR controller */ 272 /* Integrated CX23885 IR controller */
273 driver_type = RC_DRIVER_IR_RAW; 273 driver_type = RC_DRIVER_IR_RAW;
274 allowed_protos = IR_TYPE_ALL; 274 allowed_protos = RC_TYPE_ALL;
275 /* A guess at the remote */ 275 /* A guess at the remote */
276 rc_map = RC_MAP_TEVII_NEC; 276 rc_map = RC_MAP_TEVII_NEC;
277 break; 277 break;