aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2007-08-24 22:26:27 -0400
committerLen Brown <len.brown@intel.com>2007-08-24 22:26:27 -0400
commit4c8c95bbcf05d4c55c034ace962ab76eaaeb521a (patch)
treeda3fa7b6956f6be3d6b650ebc0007b420c79f8a7 /include/linux
parentPull thermal into release branch (diff)
parentACPI video hotkey: export missing ACPI video hotkey events via input layer (diff)
downloadlinux-dev-4c8c95bbcf05d4c55c034ace962ab76eaaeb521a.tar.xz
linux-dev-4c8c95bbcf05d4c55c034ace962ab76eaaeb521a.zip
Pull video into release branch
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/input.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/input.h b/include/linux/input.h
index e02c6a66b2ba..cf2b5619aa13 100644
--- a/include/linux/input.h
+++ b/include/linux/input.h
@@ -363,6 +363,12 @@ struct input_absinfo {
#define KEY_UNKNOWN 240
+#define KEY_VIDEO_NEXT 241 /* drive next video source */
+#define KEY_VIDEO_PREV 242 /* drive previous video source */
+#define KEY_BRIGHTNESS_CYCLE 243 /* brightness up, after max is min */
+#define KEY_BRIGHTNESS_ZERO 244 /* brightness off, use ambient */
+#define KEY_DISPLAY_OFF 245 /* display device to off state */
+
#define BTN_MISC 0x100
#define BTN_0 0x100
#define BTN_1 0x101