diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-06-26 17:03:00 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-06-26 17:03:00 -0300 |
commit | e31abd415f44fbed0c24c6ba907ea518b3eb6fdd (patch) | |
tree | e961825fc91b3797d57c5457babbc83b64f59db9 /linux/include/media/ir-common.h | |
parent | f2cb34fec59aedb913a26a838410f4fe418fc061 (diff) | |
download | mediapointer-dvb-s2-e31abd415f44fbed0c24c6ba907ea518b3eb6fdd.tar.gz mediapointer-dvb-s2-e31abd415f44fbed0c24c6ba907ea518b3eb6fdd.tar.bz2 |
saa7134: Add support for Encore version 5.3 board
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Thanks to Sistema Fenix (http://www.sistemafenix.com.br/) for sponsoring
this development.
Signed-off-by: Gilberto <gilberto@sistemafenix.com.br>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/include/media/ir-common.h')
-rw-r--r-- | linux/include/media/ir-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/include/media/ir-common.h b/linux/include/media/ir-common.h index 6f8ef35de..b029987d1 100644 --- a/linux/include/media/ir-common.h +++ b/linux/include/media/ir-common.h @@ -153,6 +153,7 @@ extern IR_KEYTAB_TYPE ir_codes_pinnacle_pctv_hd[IR_KEYTAB_SIZE]; extern IR_KEYTAB_TYPE ir_codes_genius_tvgo_a11mce[IR_KEYTAB_SIZE]; extern IR_KEYTAB_TYPE ir_codes_powercolor_real_angel[IR_KEYTAB_SIZE]; extern IR_KEYTAB_TYPE ir_codes_avermedia_a16d[IR_KEYTAB_SIZE]; +extern IR_KEYTAB_TYPE ir_codes_encore_enltv_fm53[IR_KEYTAB_SIZE]; #endif |