diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2025-11-22 11:29:08 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2025-11-22 11:29:08 +0000 |
| commit | d50fbf3559ea220ee3ea5a8bde6e33ddbf29d019 (patch) | |
| tree | 1c4f06757ee49496e55f54c231a5a003b590a909 /include/dt-bindings/input/linux-event-codes.h | |
| parent | b8aada787cdf692c810a139664cdbd5fe3898e25 (diff) | |
Diffstat (limited to 'include/dt-bindings/input/linux-event-codes.h')
| -rw-r--r-- | include/dt-bindings/input/linux-event-codes.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/dt-bindings/input/linux-event-codes.h b/include/dt-bindings/input/linux-event-codes.h index 3b2524e4b667..ca5851e97fac 100644 --- a/include/dt-bindings/input/linux-event-codes.h +++ b/include/dt-bindings/input/linux-event-codes.h @@ -601,6 +601,11 @@ #define BTN_DPAD_LEFT 0x222 #define BTN_DPAD_RIGHT 0x223 +#define BTN_GRIPL 0x224 +#define BTN_GRIPR 0x225 +#define BTN_GRIPL2 0x226 +#define BTN_GRIPR2 0x227 + #define KEY_ALS_TOGGLE 0x230 /* Ambient light sensor */ #define KEY_ROTATE_LOCK_TOGGLE 0x231 /* Display rotation lock */ #define KEY_REFRESH_RATE_TOGGLE 0x232 /* Display refresh rate toggle */ @@ -765,6 +770,9 @@ #define KEY_KBD_LCD_MENU4 0x2bb #define KEY_KBD_LCD_MENU5 0x2bc +/* Performance Boost key (Alienware)/G-Mode key (Dell) */ +#define KEY_PERFORMANCE 0x2bd + #define BTN_TRIGGER_HAPPY 0x2c0 #define BTN_TRIGGER_HAPPY1 0x2c0 #define BTN_TRIGGER_HAPPY2 0x2c1 |
