diff options
author | Dâniel Fraga <fragabr@gmail.com> | 2008-04-08 19:56:44 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 14:07:58 -0300 |
commit | ba928034df7e8b603152c896a2f84f9b12e8c290 (patch) | |
tree | 1748053be850156814ca548d8f4c9f8a678686b7 /include/media | |
parent | ab364983087152e53676d914141f30e83ead12ff (diff) | |
download | linux-3.10-ba928034df7e8b603152c896a2f84f9b12e8c290.tar.gz linux-3.10-ba928034df7e8b603152c896a2f84f9b12e8c290.tar.bz2 linux-3.10-ba928034df7e8b603152c896a2f84f9b12e8c290.zip |
V4L/DVB (7506): Powercolor Real Angel 330 (remote control support)
The attached patch adds complete remote control support for Powercolor Real
Angel 330.
Signed-off-by: Daniel Fraga <fragabr@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 20f1afe2140..75a3482866f 100644 --- a/include/media/ir-common.h +++ b/include/media/ir-common.h @@ -144,6 +144,7 @@ extern IR_KEYTAB_TYPE ir_codes_fusionhdtv_mce[IR_KEYTAB_SIZE]; extern IR_KEYTAB_TYPE ir_codes_behold[IR_KEYTAB_SIZE]; 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]; #endif |