diff options
author | Gerd Knorr <devnull@localhost> | 2005-02-22 12:28:40 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2005-02-22 12:28:40 +0000 |
commit | a68e65b100156e8877696e02d27b7c6485a6a7e6 (patch) | |
tree | 35a146ff779f596f82b4298eea8ee195f2895b5d /linux/include | |
parent | 3f08c54d9289e972068dd8676d823c479925dfb5 (diff) | |
download | mediapointer-dvb-s2-a68e65b100156e8877696e02d27b7c6485a6a7e6.tar.gz mediapointer-dvb-s2-a68e65b100156e8877696e02d27b7c6485a6a7e6.tar.bz2 |
- cx88: ir patches from Robert Reid.
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/media/ir-common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/include/media/ir-common.h b/linux/include/media/ir-common.h index 577c37818..69a09aaa4 100644 --- a/linux/include/media/ir-common.h +++ b/linux/include/media/ir-common.h @@ -1,5 +1,5 @@ /* - * $Id: ir-common.h,v 1.7 2005/02/16 13:11:55 kraxel Exp $ + * $Id: ir-common.h,v 1.8 2005/02/22 12:28:40 kraxel Exp $ * * some common structs and functions to handle infrared remotes via * input layer ... @@ -76,6 +76,7 @@ struct ir_input_state { }; extern IR_KEYTAB_TYPE ir_codes_rc5_tv[IR_KEYTAB_SIZE]; +extern IR_KEYTAB_TYPE ir_codes_winfast[IR_KEYTAB_SIZE]; extern IR_KEYTAB_TYPE ir_codes_empty[IR_KEYTAB_SIZE]; extern IR_KEYTAB_TYPE ir_codes_hauppauge_new[IR_KEYTAB_SIZE]; |