aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ttpci
diff options
context:
space:
mode:
authorOliver Endriss <o.endriss@gmx.de>2008-06-19 22:36:45 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-07-20 06:10:21 -0400
commitbbfc4c234e240b67ccd9cdca72d76267bad0dc96 (patch)
tree39a037ab33d08ee406d787cfa868721d47d05ecb /drivers/media/dvb/ttpci
parentccb43646ed574ef0d1ab6ddf73283a3c7caa426d (diff)
V4L/DVB (8076): budget-ci: Support the bundled remote control of the TT DVB-C 1501
Support the bundled remote control of the TT DVB-C 1501 Thanks-to: SG <SiestaGomez@web.de> Signed-off-by: Oliver Endriss <o.endriss@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/ttpci')
-rw-r--r--drivers/media/dvb/ttpci/budget-ci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/ttpci/budget-ci.c b/drivers/media/dvb/ttpci/budget-ci.c
index 374100316dc3..060e7c785326 100644
--- a/drivers/media/dvb/ttpci/budget-ci.c
+++ b/drivers/media/dvb/ttpci/budget-ci.c
@@ -227,6 +227,7 @@ static int msp430_ir_init(struct budget_ci *budget_ci)
227 break; 227 break;
228 case 0x1010: 228 case 0x1010:
229 case 0x1017: 229 case 0x1017:
230 case 0x101a:
230 /* for the Technotrend 1500 bundled remote */ 231 /* for the Technotrend 1500 bundled remote */
231 ir_input_init(input_dev, &budget_ci->ir.state, 232 ir_input_init(input_dev, &budget_ci->ir.state,
232 IR_TYPE_RC5, ir_codes_tt_1500); 233 IR_TYPE_RC5, ir_codes_tt_1500);