diff options
author | Corentin Chary <corentincj@iksaif.net> | 2010-01-17 19:37:19 +0300 |
---|---|---|
committer | Corentin Chary <corentincj@iksaif.net> | 2010-02-28 21:35:12 +0300 |
commit | 7f607d71065b6b089f59b78b54144c3fb93ad629 (patch) | |
tree | b5494b755a31bdecadb67e0a73241b2fcce8a8fe /drivers/platform | |
parent | 66a71dd1f7c4eee636867d381995b7e6ae489dc3 (diff) | |
download | linux-7f607d71065b6b089f59b78b54144c3fb93ad629.tar.xz |
asus-laptop: add bluetooth keys found on M9V
Reported by Andrey F. Ilchuk
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/asus-laptop.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus-laptop.c index 8042568528e5..4f3c4674498b 100644 --- a/drivers/platform/x86/asus-laptop.c +++ b/drivers/platform/x86/asus-laptop.c @@ -272,6 +272,8 @@ static const struct key_entry asus_keymap[] = { {KE_KEY, 0x62, { KEY_SWITCHVIDEOMODE } }, {KE_KEY, 0x63, { KEY_SWITCHVIDEOMODE } }, {KE_KEY, 0x6B, { KEY_F13 } }, /* Lock Touchpad */ + {KE_KEY, 0x7E, { KEY_BLUETOOTH } }, + {KE_KEY, 0x7D, { KEY_BLUETOOTH } }, {KE_KEY, 0x82, { KEY_CAMERA } }, {KE_KEY, 0x88, { KEY_WLAN } }, {KE_KEY, 0x8A, { KEY_PROG1 } }, |