diff options
Diffstat (limited to 'linux/include/media/ir-common.h')
-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 |