diff options
author | Gerd Knorr <devnull@localhost> | 2004-09-10 08:46:47 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-09-10 08:46:47 +0000 |
commit | 1f28b60566ae6df05bee4dc8b2c5517fadaee79a (patch) | |
tree | 36d37e8594bfddd700b3b2ae426c34452a8f3ab2 /linux/include | |
parent | 3c1ff5f88b5c16d9da3dcf10a7c380ce789a79f3 (diff) | |
download | mediapointer-dvb-s2-1f28b60566ae6df05bee4dc8b2c5517fadaee79a.tar.gz mediapointer-dvb-s2-1f28b60566ae6df05bee4dc8b2c5517fadaee79a.tar.bz2 |
- fix 2.4 kernel builds.
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 4c0e15ad0..bae01b630 100644 --- a/linux/include/media/ir-common.h +++ b/linux/include/media/ir-common.h @@ -25,6 +25,7 @@ #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) /* some keys from 2.6.x which are not (yet?) in 2.4.x */ # define KEY_PLAY 207 +# define KEY_PRINT 210 # define KEY_SEARCH 217 # define KEY_SELECT 0x161 # define KEY_GOTO 0x162 |