diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2007-09-17 21:17:12 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:14:40 -0400 |
commit | f64899ca5af69c33a446d355609831fad6f715cd (patch) | |
tree | c3335b04f8b4537f1906921e984ced534e7d8320 /drivers/media/dvb/ttpci/budget-ci.c | |
parent | 2060955748dff6280cd211b68c92d9a99d1c78f9 (diff) |
V4L/DVB (6221): budget-ci: select TT keymap for DVB-S TT 1500
DVB-S TT 1500 must use the TT keymap.
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/budget-ci.c')
-rw-r--r-- | drivers/media/dvb/ttpci/budget-ci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/budget-ci.c b/drivers/media/dvb/ttpci/budget-ci.c index 873c3ba296f2..509349211d4f 100644 --- a/drivers/media/dvb/ttpci/budget-ci.c +++ b/drivers/media/dvb/ttpci/budget-ci.c | |||
@@ -214,7 +214,6 @@ static int msp430_ir_init(struct budget_ci *budget_ci) | |||
214 | case 0x100f: | 214 | case 0x100f: |
215 | case 0x1011: | 215 | case 0x1011: |
216 | case 0x1012: | 216 | case 0x1012: |
217 | case 0x1017: | ||
218 | /* The hauppauge keymap is a superset of these remotes */ | 217 | /* The hauppauge keymap is a superset of these remotes */ |
219 | ir_input_init(input_dev, &budget_ci->ir.state, | 218 | ir_input_init(input_dev, &budget_ci->ir.state, |
220 | IR_TYPE_RC5, ir_codes_hauppauge_new); | 219 | IR_TYPE_RC5, ir_codes_hauppauge_new); |
@@ -225,6 +224,7 @@ static int msp430_ir_init(struct budget_ci *budget_ci) | |||
225 | budget_ci->ir.rc5_device = rc5_device; | 224 | budget_ci->ir.rc5_device = rc5_device; |
226 | break; | 225 | break; |
227 | case 0x1010: | 226 | case 0x1010: |
227 | case 0x1017: | ||
228 | /* for the Technotrend 1500 bundled remote */ | 228 | /* for the Technotrend 1500 bundled remote */ |
229 | ir_input_init(input_dev, &budget_ci->ir.state, | 229 | ir_input_init(input_dev, &budget_ci->ir.state, |
230 | IR_TYPE_RC5, ir_codes_tt_1500); | 230 | IR_TYPE_RC5, ir_codes_tt_1500); |