diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-08 19:56:44 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-08 19:56:44 +0000 |
commit | e98e5b980753ac45400833d08e4815bdaaf32ecb (patch) | |
tree | 34fba9523a132d45591a6fcf243cf730e2e5e36d /linux/include | |
parent | b3099a27149c1ceb06ffe44f92a39ebbc8566d0e (diff) | |
download | mediapointer-dvb-s2-e98e5b980753ac45400833d08e4815bdaaf32ecb.tar.gz mediapointer-dvb-s2-e98e5b980753ac45400833d08e4815bdaaf32ecb.tar.bz2 |
Powercolor Real Angel 330 (remote control support)
From: Dâniel Fraga <fragabr@gmail.com>
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 'linux/include')
-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 20f1afe21..75a348286 100644 --- a/linux/include/media/ir-common.h +++ b/linux/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 |