소스 검색

Input: document intended meaning of KEY_SWITCHVIDEOMODE

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Dmitry Torokhov 18 년 전
부모
커밋
5517853712
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      include/linux/input.h

+ 2 - 1
include/linux/input.h

@@ -344,7 +344,8 @@ struct input_absinfo {
 #define KEY_BRIGHTNESSUP	225
 #define KEY_MEDIA		226
 
-#define KEY_SWITCHVIDEOMODE	227
+#define KEY_SWITCHVIDEOMODE	227	/* Cycle between available video
+					   outputs (Monitor/LCD/TV-out/etc) */
 #define KEY_KBDILLUMTOGGLE	228
 #define KEY_KBDILLUMDOWN	229
 #define KEY_KBDILLUMUP		230