import G965FXXU7DTAA OSRC
*First release for Android (Q). Signed-off-by: FAROVITUS <farovitus@gmail.com>
This commit is contained in:
parent
856452b4f2
commit
2b92eefa41
7696 changed files with 3763754 additions and 92661 deletions
|
@ -336,6 +336,11 @@
|
|||
|
||||
#define KEY_MICMUTE 248 /* Mute / unmute the microphone */
|
||||
|
||||
#define KEY_HOT 252 /* Intelligence Key */
|
||||
#define KEY_WAKEUP_UNLOCK 253 /* Wake-up to recent view, ex: AOP */
|
||||
#define KEY_RECENT 254
|
||||
|
||||
|
||||
/* Code 255 is reserved for special needs of AT keyboard driver */
|
||||
|
||||
#define BTN_MISC 0x100
|
||||
|
@ -395,6 +400,7 @@
|
|||
#define BTN_MODE 0x13c
|
||||
#define BTN_THUMBL 0x13d
|
||||
#define BTN_THUMBR 0x13e
|
||||
#define BTN_GAME 0x13f
|
||||
|
||||
#define BTN_DIGI 0x140
|
||||
#define BTN_TOOL_PEN 0x140
|
||||
|
@ -516,6 +522,11 @@
|
|||
#define KEY_DEL_EOS 0x1c1
|
||||
#define KEY_INS_LINE 0x1c2
|
||||
#define KEY_DEL_LINE 0x1c3
|
||||
#define KEY_SIDE_GESTURE 0x1c6
|
||||
#define KEY_BLACK_UI_GESTURE 0x1c7
|
||||
|
||||
#define KEY_SIDE_GESTURE_RIGHT 0x1ca
|
||||
#define KEY_SIDE_GESTURE_LEFT 0x1cb
|
||||
|
||||
#define KEY_FN 0x1d0
|
||||
#define KEY_FN_ESC 0x1d1
|
||||
|
@ -641,6 +652,9 @@
|
|||
* e.g. teletext or data broadcast application (MHEG, MHP, HbbTV, etc.)
|
||||
*/
|
||||
#define KEY_DATA 0x277
|
||||
#define KEY_EMERGENCY 0x2a0
|
||||
#define KEY_INT_CANCEL 0x2be /* for touch event skip */
|
||||
#define KEY_WINK 0x2bf /* Intelligence Key */
|
||||
|
||||
#define BTN_TRIGGER_HAPPY 0x2c0
|
||||
#define BTN_TRIGGER_HAPPY1 0x2c0
|
||||
|
@ -755,6 +769,9 @@
|
|||
#define ABS_MT_TOOL_X 0x3c /* Center X tool position */
|
||||
#define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */
|
||||
|
||||
#define ABS_MT_CUSTOM 0x3e /* custom event */
|
||||
#define ABS_MT_PALM 0x3e /* palm touch */
|
||||
#define ABS_MT_GRIP 0x3f /* grip touch */
|
||||
|
||||
#define ABS_MAX 0x3f
|
||||
#define ABS_CNT (ABS_MAX+1)
|
||||
|
@ -780,8 +797,12 @@
|
|||
#define SW_ROTATE_LOCK 0x0c /* set = rotate locked/disabled */
|
||||
#define SW_LINEIN_INSERT 0x0d /* set = inserted */
|
||||
#define SW_MUTE_DEVICE 0x0e /* set = device disabled */
|
||||
#define SW_PEN_INSERTED 0x0f /* set = pen inserted */
|
||||
#define SW_MAX 0x0f
|
||||
#define SW_GLOVE 0x0f /* set = glove mode */
|
||||
#define SW_PEN_INSERT 0x13 /* set = pen insert, remove */
|
||||
#define SW_FLIP 0x15 /* set = flip cover */
|
||||
#define SW_CERTIFYHALL 0x1b /* set = certify_hall... */
|
||||
#define SW_MAX 0x20
|
||||
|
||||
#define SW_CNT (SW_MAX+1)
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue