diff options
author | Gerd Knorr <devnull@localhost> | 2004-04-23 08:47:33 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-04-23 08:47:33 +0000 |
commit | eafb3b04ee79defcf7f88e14c66d670b254c9fee (patch) | |
tree | 5f3f1f5476f1b961157a523a92c26ed1a587949d /linux/include | |
parent | 80ea173ccf63ba5f9e8704fc99240c8a3349d095 (diff) | |
download | mediapointer-dvb-s2-eafb3b04ee79defcf7f88e14c66d670b254c9fee.tar.gz mediapointer-dvb-s2-eafb3b04ee79defcf7f88e14c66d670b254c9fee.tar.bz2 |
- ir-kbd-i2c: purpletv ir fixes by 陳王展 (Wang-Chan Chen).
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/media/ir-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/include/media/ir-common.h b/linux/include/media/ir-common.h index 43e57748c..9095bb923 100644 --- a/linux/include/media/ir-common.h +++ b/linux/include/media/ir-common.h @@ -54,7 +54,7 @@ #define IR_TYPE_OTHER 99 #define IR_KEYTAB_TYPE u32 -#define IR_KEYTAB_SIZE 64 // enougth for rc5, probably need more some day ... +#define IR_KEYTAB_SIZE 128 // enougth for rc5, probably need more some day ... #define IR_KEYCODE(tab,code) (((unsigned)code < IR_KEYTAB_SIZE) \ ? tab[code] : KEY_RESERVED) |