projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90d95ef
)
Input: add KEY_MEDIA_REPEAT definition
author
Bastien Nocera
<hadess@hadess.net>
Thu, 26 Jun 2008 13:13:48 +0000
(09:13 -0400)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Mon, 30 Jun 2008 13:25:12 +0000
(09:25 -0400)
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>
include/linux/input.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/input.h
b/include/linux/input.h
index e075c4b762fb367e0a3ad07227c440cb7500629e..d150c57e5f0af8653fc2ab96d3b1e3c3a17ec5b5 100644
(file)
--- a/
include/linux/input.h
+++ b/
include/linux/input.h
@@
-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