diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2008-06-20 01:36:45 +0200 |
---|---|---|
committer | Oliver Endriss <o.endriss@gmx.de> | 2008-06-20 01:36:45 +0200 |
commit | e509dba0d3c3f508ce6178d88dbeca002ff7a998 (patch) | |
tree | 85717829cacb9b27388fc468c0601d6eabff7801 | |
parent | 50a2790a7f9cfc0f6dd877d6902dc97feb915254 (diff) | |
download | mediapointer-dvb-s2-e509dba0d3c3f508ce6178d88dbeca002ff7a998.tar.gz mediapointer-dvb-s2-e509dba0d3c3f508ce6178d88dbeca002ff7a998.tar.bz2 |
budget-ci: Support the bundled remote control of the TT DVB-C 1501
From: Oliver Endriss <o.endriss@gmx.de>
Support the bundled remote control of the TT DVB-C 1501
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Thanks-to: SG <SiestaGomez@web.de>
-rw-r--r-- | linux/drivers/media/dvb/ttpci/budget-ci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/ttpci/budget-ci.c b/linux/drivers/media/dvb/ttpci/budget-ci.c index 19ce91db9..c254ff242 100644 --- a/linux/drivers/media/dvb/ttpci/budget-ci.c +++ b/linux/drivers/media/dvb/ttpci/budget-ci.c @@ -237,6 +237,7 @@ static int msp430_ir_init(struct budget_ci *budget_ci) break; case 0x1010: case 0x1017: + case 0x101a: /* for the Technotrend 1500 bundled remote */ ir_input_init(input_dev, &budget_ci->ir.state, IR_TYPE_RC5, ir_codes_tt_1500); |