From: James S. <jsi...@us...> - 2002-02-20 18:00:55
|
Update of /cvsroot/linuxconsole/ruby/linux/include/linux In directory usw-pr-cvs1:/tmp/cvs-serv25122 Modified Files: input.h Log Message: Added Franz brightness up/down key codes. Index: input.h =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/include/linux/input.h,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- input.h 3 Feb 2002 20:03:11 -0000 1.62 +++ input.h 20 Feb 2002 18:00:53 -0000 1.63 @@ -324,6 +324,8 @@ #define KEY_SHOP 221 #define KEY_ALTERASE 222 #define KEY_CANCEL 223 +#define KEY_BRIGHTNESSDOWN 224 +#define KEY_BRIGHTNESSUP 225 #define KEY_UNKNOWN 240 |