aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Torokhov <dtor@insightbb.com>2007-07-18 00:38:45 -0400
committerDmitry Torokhov <dtor@insightbb.com>2007-07-18 00:38:45 -0400
commit5517853712f1f6daac8a7b2590f9b821e767aa13 (patch)
treebc9c9710af7f2bdfcd2772b3cce8509ca60d6ef0
parentad5d972cdad41ab4d6bfb95f656e508707447c95 (diff)
Input: document intended meaning of KEY_SWITCHVIDEOMODE
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
-rw-r--r--include/linux/input.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/input.h b/include/linux/input.h
index 18c98b543030..e02c6a66b2ba 100644
--- a/include/linux/input.h
+++ b/include/linux/input.h
@@ -344,7 +344,8 @@ struct input_absinfo {
344#define KEY_BRIGHTNESSUP 225 344#define KEY_BRIGHTNESSUP 225
345#define KEY_MEDIA 226 345#define KEY_MEDIA 226
346 346
347#define KEY_SWITCHVIDEOMODE 227 347#define KEY_SWITCHVIDEOMODE 227 /* Cycle between available video
348 outputs (Monitor/LCD/TV-out/etc) */
348#define KEY_KBDILLUMTOGGLE 228 349#define KEY_KBDILLUMTOGGLE 228
349#define KEY_KBDILLUMDOWN 229 350#define KEY_KBDILLUMDOWN 229
350#define KEY_KBDILLUMUP 230 351#define KEY_KBDILLUMUP 230