diff options
author | Corentin Chary <corentin.chary@gmail.com> | 2012-11-29 12:12:38 +0400 |
---|---|---|
committer | Matthew Garrett <matthew.garrett@nebula.com> | 2013-02-27 17:30:37 +0400 |
commit | 3ba0302bdd57d225b52c4b4b36975196c1572b3f (patch) | |
tree | 38e82b32001decfd5be2244ec9eaff1a12aa2e41 /drivers/platform/x86/asus-wmi.h | |
parent | 7517a17c1abfc081d19298459f3d2a0d14a86566 (diff) | |
download | linux-3ba0302bdd57d225b52c4b4b36975196c1572b3f.tar.xz |
asus-wmi: always report brightness key events
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
Diffstat (limited to 'drivers/platform/x86/asus-wmi.h')
-rw-r--r-- | drivers/platform/x86/asus-wmi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/platform/x86/asus-wmi.h b/drivers/platform/x86/asus-wmi.h index 776524c725de..4da4c8bafe70 100644 --- a/drivers/platform/x86/asus-wmi.h +++ b/drivers/platform/x86/asus-wmi.h @@ -30,6 +30,8 @@ #include <linux/platform_device.h> #define ASUS_WMI_KEY_IGNORE (-1) +#define ASUS_WMI_BRN_DOWN 0x20 +#define ASUS_WMI_BRN_UP 0x2f struct module; struct key_entry; |