diff options
author | Aristeu Rozanski <aris@ruivo.org> | 2007-11-27 00:46:57 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2007-11-27 00:46:57 -0500 |
commit | c23f1f9c40647971e673b5454c22c76b9ae9c5f5 (patch) | |
tree | 8874fc8249a1cfde3f6e4d1679c9001bda600664 /include/linux/input.h | |
parent | 6957c8280080d985518133eab3a57d715a57be78 (diff) |
Input: add definitions for frame forward and frame back keys
Signed-off-by: Aristeu Rozanski <aris@ruivo.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'include/linux/input.h')
-rw-r--r-- | include/linux/input.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/input.h b/include/linux/input.h index b45f240a8c45..1c0738111a79 100644 --- a/include/linux/input.h +++ b/include/linux/input.h | |||
@@ -530,6 +530,9 @@ struct input_absinfo { | |||
530 | #define KEY_DOLLAR 0x1b2 | 530 | #define KEY_DOLLAR 0x1b2 |
531 | #define KEY_EURO 0x1b3 | 531 | #define KEY_EURO 0x1b3 |
532 | 532 | ||
533 | #define KEY_FRAMEBACK 0x1b4 /* Consumer - transport controls */ | ||
534 | #define KEY_FRAMEFORWARD 0x1b5 | ||
535 | |||
533 | #define KEY_DEL_EOL 0x1c0 | 536 | #define KEY_DEL_EOL 0x1c0 |
534 | #define KEY_DEL_EOS 0x1c1 | 537 | #define KEY_DEL_EOS 0x1c1 |
535 | #define KEY_INS_LINE 0x1c2 | 538 | #define KEY_INS_LINE 0x1c2 |