aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx23885/cx23885-input.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/pci/cx23885/cx23885-input.c')
-rw-r--r--drivers/media/pci/cx23885/cx23885-input.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/pci/cx23885/cx23885-input.c b/drivers/media/pci/cx23885/cx23885-input.c
index 7523d0a8ae1d..a1f489444355 100644
--- a/drivers/media/pci/cx23885/cx23885-input.c
+++ b/drivers/media/pci/cx23885/cx23885-input.c
@@ -92,6 +92,7 @@ void cx23885_input_rx_work_handler(struct cx23885_dev *dev, u32 events)
92 case CX23885_BOARD_DVBSKY_S950C: 92 case CX23885_BOARD_DVBSKY_S950C:
93 case CX23885_BOARD_TT_CT2_4500_CI: 93 case CX23885_BOARD_TT_CT2_4500_CI:
94 case CX23885_BOARD_DVBSKY_S950: 94 case CX23885_BOARD_DVBSKY_S950:
95 case CX23885_BOARD_DVBSKY_S952:
95 /* 96 /*
96 * The only boards we handle right now. However other boards 97 * The only boards we handle right now. However other boards
97 * using the CX2388x integrated IR controller should be similar 98 * using the CX2388x integrated IR controller should be similar
@@ -149,6 +150,7 @@ static int cx23885_input_ir_start(struct cx23885_dev *dev)
149 case CX23885_BOARD_DVBSKY_S950C: 150 case CX23885_BOARD_DVBSKY_S950C:
150 case CX23885_BOARD_TT_CT2_4500_CI: 151 case CX23885_BOARD_TT_CT2_4500_CI:
151 case CX23885_BOARD_DVBSKY_S950: 152 case CX23885_BOARD_DVBSKY_S950:
153 case CX23885_BOARD_DVBSKY_S952:
152 /* 154 /*
153 * The IR controller on this board only returns pulse widths. 155 * The IR controller on this board only returns pulse widths.
154 * Any other mode setting will fail to set up the device. 156 * Any other mode setting will fail to set up the device.
@@ -319,6 +321,7 @@ int cx23885_input_init(struct cx23885_dev *dev)
319 case CX23885_BOARD_DVBSKY_T980C: 321 case CX23885_BOARD_DVBSKY_T980C:
320 case CX23885_BOARD_DVBSKY_S950C: 322 case CX23885_BOARD_DVBSKY_S950C:
321 case CX23885_BOARD_DVBSKY_S950: 323 case CX23885_BOARD_DVBSKY_S950:
324 case CX23885_BOARD_DVBSKY_S952:
322 /* Integrated CX23885 IR controller */ 325 /* Integrated CX23885 IR controller */
323 driver_type = RC_DRIVER_IR_RAW; 326 driver_type = RC_DRIVER_IR_RAW;
324 allowed_protos = RC_BIT_ALL; 327 allowed_protos = RC_BIT_ALL;