diff options
author | Ville-Pekka Vainio <vpivaini@cs.helsinki.fi> | 2007-01-12 14:06:21 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-21 13:34:20 -0200 |
commit | ae1942c5712f700c9ccc8cc287c51db4daaa50d7 (patch) | |
tree | 36eadc93cb0845391b00f0737a07e8633737408c /include | |
parent | 43db48d3d2f6326c571984b7b30ab355596bb3cc (diff) | |
download | linux-3.10-ae1942c5712f700c9ccc8cc287c51db4daaa50d7.tar.gz linux-3.10-ae1942c5712f700c9ccc8cc287c51db4daaa50d7.tar.bz2 linux-3.10-ae1942c5712f700c9ccc8cc287c51db4daaa50d7.zip |
V4L/DVB (5070): Budget-ci: add support for the Technotrend 1500 bundled remote
The keymap is based on a previous patch by Jussi Kukkonen.
This remote is identified by subsystem_device id 0x1010.
Signed-off-by: Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/media/ir-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/ir-common.h b/include/media/ir-common.h index 0a75c0fcfea..9807a7c1583 100644 --- a/include/media/ir-common.h +++ b/include/media/ir-common.h @@ -139,6 +139,7 @@ extern IR_KEYTAB_TYPE ir_codes_proteus_2309[IR_KEYTAB_SIZE]; extern IR_KEYTAB_TYPE ir_codes_budget_ci_old[IR_KEYTAB_SIZE]; extern IR_KEYTAB_TYPE ir_codes_asus_pc39[IR_KEYTAB_SIZE]; extern IR_KEYTAB_TYPE ir_codes_encore_enltv[IR_KEYTAB_SIZE]; +extern IR_KEYTAB_TYPE ir_codes_tt_1500[IR_KEYTAB_SIZE]; #endif |