linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 1/3] ACPI video hotkey: add new input key code for ACPI video hotkey events
@ 2007-08-20 10:23 Zhang Rui
  2007-08-23  1:14 ` Len Brown
  2007-08-23 19:32 ` Len Brown
  0 siblings, 2 replies; 7+ messages in thread
From: Zhang Rui @ 2007-08-20 10:23 UTC (permalink / raw)
  To: linux-acpi, linux-input
  Cc: lenb, mjg59, dmitry.torokhov, hmh, hughsient, luming.yu

From: Yu Luming <luming.yu@intel.com>

Add keycode for ACPI video driver hotkey events.

Signed-off-by: Yu Luming <luming.yu@intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
---
 include/linux/input.h |    7 +++++++
 1 file changed, 7 insertions(+)

Index: linux-2.6.23-rc3/include/linux/input.h
===================================================================
--- linux-2.6.23-rc3.orig/include/linux/input.h
+++ linux-2.6.23-rc3/include/linux/input.h
@@ -553,6 +553,13 @@ struct input_absinfo {
 #define KEY_BRL_DOT7		0x1f7
 #define KEY_BRL_DOT8		0x1f8
 
+#define KEY_DISPLAY_CYCLE	0x1f9
+#define KEY_VIDEO_NEXT		0x1fa
+#define KEY_VIDEO_PREV		0x1fb
+#define KEY_BRIGHTNESS_CYCLE	0x1fc
+#define KEY_BRIGHTNESS_ZERO	0x1fd
+#define KEY_DISPLAY_OFF		0x1fe
+
 /* We avoid low common keys in module aliases so they don't get huge. */
 #define KEY_MIN_INTERESTING	KEY_MUTE
 #define KEY_MAX			0x1ff

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

end of thread, other threads:[~2007-08-24  4:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-20 10:23 [PATCH V3 1/3] ACPI video hotkey: add new input key code for ACPI video hotkey events Zhang Rui
2007-08-23  1:14 ` Len Brown
2007-08-23 19:32 ` Len Brown
2007-08-23 20:10   ` Dmitry Torokhov
2007-08-23 21:22     ` Henrique de Moraes Holschuh
2007-08-24  1:49       ` Len Brown
2007-08-24  4:10     ` Len Brown

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).