diff options
author | Tom Rini <trini@konsulko.com> | 2025-10-08 15:01:20 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-10-08 15:01:20 -0600 |
commit | eea470fd7f6a0db9fbdf8ab187a8b522dbb49c10 (patch) | |
tree | 3ffbbe97a17dc7706c317173524adc8de9137fb8 /dts/upstream/include/dt-bindings/input/linux-event-codes.h | |
parent | 0ee639ff5af33342c6c2f4579e210d707abc9bc2 (diff) | |
parent | b7abe4d77a4d28a09434a57f704ec8a53011bbab (diff) |
Subtree merge tag 'v6.17-dts' of dts repo [1] into dts/upstream
[1] https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git
Diffstat (limited to 'dts/upstream/include/dt-bindings/input/linux-event-codes.h')
-rw-r--r-- | dts/upstream/include/dt-bindings/input/linux-event-codes.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dts/upstream/include/dt-bindings/input/linux-event-codes.h b/dts/upstream/include/dt-bindings/input/linux-event-codes.h index 3b2524e4b66..ca5851e97fa 100644 --- a/dts/upstream/include/dt-bindings/input/linux-event-codes.h +++ b/dts/upstream/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 |