aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform
diff options
context:
space:
mode:
authorCorentin Chary <corentincj@iksaif.net>2009-08-28 12:56:51 +0000
committerLen Brown <len.brown@intel.com>2009-08-28 15:21:13 -0400
commitdc79526078d2c0f01445e54e1d9fdf7c15ffd63d (patch)
tree892eda1ae25fa69f460e7e8ca9de7b0addf3a593 /drivers/platform
parentasus-laptop: Add support for Keyboard backlight (diff)
downloadlinux-dev-dc79526078d2c0f01445e54e1d9fdf7c15ffd63d.tar.xz
linux-dev-dc79526078d2c0f01445e54e1d9fdf7c15ffd63d.zip
asus-laptop: handle keyboard backlight keys
Add support for the Fn+F3/Fn+F4 keys and map them as KEY_KBDILLUMUP and KEY_KBDILLUMDOWN. Signed-off-by: Corentin Chary <corentincj@iksaif.net> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/x86/asus-laptop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus-laptop.c
index 0fb4e5971516..dd926b913ec9 100644
--- a/drivers/platform/x86/asus-laptop.c
+++ b/drivers/platform/x86/asus-laptop.c
@@ -301,6 +301,8 @@ static struct key_entry asus_keymap[] = {
{KE_KEY, 0x8A, KEY_PROG1},
{KE_KEY, 0x95, KEY_MEDIA},
{KE_KEY, 0x99, KEY_PHONE},
+ {KE_KEY, 0xc4, KEY_KBDILLUMUP},
+ {KE_KEY, 0xc5, KEY_KBDILLUMDOWN},
{KE_END, 0},
};