diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-01-21 23:00:33 -0500 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2008-01-21 23:00:33 -0500 |
commit | 0bf19ca136ed9d99a46a8b55ecf2a3e4018e2e56 (patch) | |
tree | a33b558e7cabd9c6616a7dc462fa0c63585967a3 /linux/include/media | |
parent | 8f60f0ec3654e9aad263fa4afcd21b2f990f6758 (diff) | |
download | mediapointer-dvb-s2-0bf19ca136ed9d99a46a8b55ecf2a3e4018e2e56.tar.gz mediapointer-dvb-s2-0bf19ca136ed9d99a46a8b55ecf2a3e4018e2e56.tar.bz2 |
IR corrections for the Pinnacle 800i
From: Steven Toth <stoth@hauppauge.com>
IR corrections for the Pinnacle 800i
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Chaogui Zhang <czhang1974@gmail.com>
Diffstat (limited to 'linux/include/media')
-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 9c2fc09a7..831547d79 100644 --- a/linux/include/media/ir-common.h +++ b/linux/include/media/ir-common.h @@ -141,6 +141,7 @@ extern IR_KEYTAB_TYPE ir_codes_encore_enltv[IR_KEYTAB_SIZE]; extern IR_KEYTAB_TYPE ir_codes_tt_1500[IR_KEYTAB_SIZE]; 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]; #endif |