diff options
Diffstat (limited to 'include/uapi/linux/input-event-codes.h')
| -rw-r--r-- | include/uapi/linux/input-event-codes.h | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/include/uapi/linux/input-event-codes.h b/include/uapi/linux/input-event-codes.h index 7f14d4a66c28..85387c76c24f 100644 --- a/include/uapi/linux/input-event-codes.h +++ b/include/uapi/linux/input-event-codes.h @@ -439,10 +439,12 @@  #define KEY_TITLE		0x171  #define KEY_SUBTITLE		0x172  #define KEY_ANGLE		0x173 -#define KEY_ZOOM		0x174 +#define KEY_FULL_SCREEN		0x174	/* AC View Toggle */ +#define KEY_ZOOM		KEY_FULL_SCREEN  #define KEY_MODE		0x175  #define KEY_KEYBOARD		0x176 -#define KEY_SCREEN		0x177 +#define KEY_ASPECT_RATIO	0x177	/* HUTRR37: Aspect */ +#define KEY_SCREEN		KEY_ASPECT_RATIO  #define KEY_PC			0x178	/* Media Select Computer */  #define KEY_TV			0x179	/* Media Select TV */  #define KEY_TV2			0x17a	/* Media Select Cable */ @@ -604,6 +606,7 @@  #define KEY_SCREENSAVER		0x245	/* AL Screen Saver */  #define KEY_VOICECOMMAND		0x246	/* Listening Voice Command */  #define KEY_ASSISTANT		0x247	/* AL Context-aware desktop assistant */ +#define KEY_KBD_LAYOUT_NEXT	0x248	/* AC Next Keyboard Layout Select */  #define KEY_BRIGHTNESS_MIN		0x250	/* Set Brightness to Minimum */  #define KEY_BRIGHTNESS_MAX		0x251	/* Set Brightness to Maximum */ |