mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
Input: add KEY_BATTERY keycode
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
d9ec5ad24c
commit
f39b25bed3
1 changed files with 2 additions and 0 deletions
|
@ -345,6 +345,8 @@ struct input_absinfo {
|
|||
#define KEY_SAVE 234
|
||||
#define KEY_DOCUMENTS 235
|
||||
|
||||
#define KEY_BATTERY 236
|
||||
|
||||
#define KEY_UNKNOWN 240
|
||||
|
||||
#define BTN_MISC 0x100
|
||||
|
|
Loading…
Reference in a new issue