diff options
author | Juan Pablo Sormani | 2006-12-27 16:46:36 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab | 2007-02-21 16:34:16 +0100 |
commit | c36c459a5530da8869a4de832188cdcb75b60359 (patch) | |
tree | 1111339e5ca30e1af3b5a181b46fe770273d1eb2 /include/media | |
parent | V4L/DVB (5012a): Remove some unused code from kernel mainstream (diff) | |
download | kernel-qcow2-linux-c36c459a5530da8869a4de832188cdcb75b60359.tar.gz kernel-qcow2-linux-c36c459a5530da8869a4de832188cdcb75b60359.tar.xz kernel-qcow2-linux-c36c459a5530da8869a4de832188cdcb75b60359.zip |
V4L/DVB (5015): Add support for more Encore TV cards
Signed-off-by: Juan Pablo Sormani <sorman@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media')
-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 c60a30997973..04201f77b85b 100644 --- a/include/media/ir-common.h +++ b/include/media/ir-common.h @@ -141,6 +141,7 @@ extern IR_KEYTAB_TYPE ir_codes_norwood[IR_KEYTAB_SIZE]; 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]; #endif |