diff options
| author | Jeff Garzik <jgarzik@mandrakesoft.com> | 2002-05-16 10:40:40 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@mandrakesoft.com> | 2002-05-16 10:40:40 -0400 |
| commit | 6b537219d09688f68f0a433770cfdeec877844a0 (patch) | |
| tree | b8dee4745db0f8a33bd3a049400476b945c814d6 /include/linux/input.h | |
| parent | 3ab2ff95673bb5b3baa6ef759f71cf3fcb18dcf8 (diff) | |
| parent | 4cc4c6970e6573cc6a671f44de95097217a2be50 (diff) | |
Merge mandrakesoft.com:/home/jgarzik/vanilla/linus-2.5
into mandrakesoft.com:/home/jgarzik/repo/net-drivers-2.5
Diffstat (limited to 'include/linux/input.h')
| -rw-r--r-- | include/linux/input.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/input.h b/include/linux/input.h index 7ebdaaa7ae3f..aa5e80d60330 100644 --- a/include/linux/input.h +++ b/include/linux/input.h @@ -325,6 +325,9 @@ struct input_event { #define KEY_UNKNOWN 240 +#define KEY_BRIGHTNESSDOWN 224 +#define KEY_BRIGHTNESSUP 225 + #define BTN_MISC 0x100 #define BTN_0 0x100 #define BTN_1 0x101 |
