Skip to content

Commit

Permalink
Input: add KEY_MEDIA_REPEAT definition
Browse files Browse the repository at this point in the history
This patch adds the Repeat key to the input layer. The usage
in the HUT is 0xBC (listed under "15.7 Transport Controls").

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Bastien Nocera authored and Dmitry Torokhov committed Jun 30, 2008
1 parent 90d95ef commit 4bbff7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/input.h
Original file line number Diff line number Diff line change
Expand Up @@ -534,8 +534,8 @@ struct input_absinfo {

#define KEY_FRAMEBACK 0x1b4 /* Consumer - transport controls */
#define KEY_FRAMEFORWARD 0x1b5

#define KEY_CONTEXT_MENU 0x1b6 /* GenDesc - system context menu */
#define KEY_MEDIA_REPEAT 0x1b7 /* Consumer - transport control */

#define KEY_DEL_EOL 0x1c0
#define KEY_DEL_EOS 0x1c1
Expand Down

0 comments on commit 4bbff7e

Please sign in to comment.