linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add keycode to Dell G-Mode key
@ 2025-04-19 11:31 Marcos Alano
  2025-04-22 13:49 ` Marcos Alano
  0 siblings, 1 reply; 4+ messages in thread
From: Marcos Alano @ 2025-04-19 11:31 UTC (permalink / raw)
  To: dmitry.torokhov; +Cc: linux-input, Marcos Alano

This key exists in some Alienware and Dell machines.
On Windows it activates the performance mode.

Signed-off-by: Marcos Alano <marcoshalano@gmail.com>
---
 include/uapi/linux/input-event-codes.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/uapi/linux/input-event-codes.h b/include/uapi/linux/input-event-codes.h
index 5a199f3d4a26..85c6a612ee84 100644
--- a/include/uapi/linux/input-event-codes.h
+++ b/include/uapi/linux/input-event-codes.h
@@ -765,6 +765,9 @@
 #define KEY_KBD_LCD_MENU4		0x2bb
 #define KEY_KBD_LCD_MENU5		0x2bc
 
+/* G-Mode key present in some Alienware and Dell machines */
+#define KEY_GMODE			0x2bd
+
 #define BTN_TRIGGER_HAPPY		0x2c0
 #define BTN_TRIGGER_HAPPY1		0x2c0
 #define BTN_TRIGGER_HAPPY2		0x2c1
-- 
2.49.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-04-29 10:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-19 11:31 [PATCH] Add keycode to Dell G-Mode key Marcos Alano
2025-04-22 13:49 ` Marcos Alano
2025-04-29  1:44   ` Dmitry Torokhov
2025-04-29 10:28     ` Marcos Alano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).