diff options
author | AceLan Kao <acelan.kao@canonical.com> | 2012-10-03 05:26:27 -0400 |
---|---|---|
committer | Matthew Garrett <matthew.garrett@nebula.com> | 2013-02-24 17:49:55 -0500 |
commit | 19d3ab12e84f110009fd94f0c7b7d3008fb3494c (patch) | |
tree | b126e29944e016b7075579008ce08e6b4b508bca /drivers/platform | |
parent | a935eaecef2b209ad661dadabb4e32b7c9a9b924 (diff) |
asus-laptop: correct a touchpad hotkey mapping
0x60 is touchpad enable key, but is misdefined in the keymap.
Signed-off-by: AceLan Kao <acelan.kao@canonical.com>
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/asus-laptop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus-laptop.c index 7ed1e9983d3e..23c60558bfd3 100644 --- a/drivers/platform/x86/asus-laptop.c +++ b/drivers/platform/x86/asus-laptop.c | |||
@@ -320,7 +320,7 @@ static const struct key_entry asus_keymap[] = { | |||
320 | {KE_KEY, 0x5D, { KEY_WLAN } }, /* WLAN Toggle */ | 320 | {KE_KEY, 0x5D, { KEY_WLAN } }, /* WLAN Toggle */ |
321 | {KE_KEY, 0x5E, { KEY_WLAN } }, /* WLAN Enable */ | 321 | {KE_KEY, 0x5E, { KEY_WLAN } }, /* WLAN Enable */ |
322 | {KE_KEY, 0x5F, { KEY_WLAN } }, /* WLAN Disable */ | 322 | {KE_KEY, 0x5F, { KEY_WLAN } }, /* WLAN Disable */ |
323 | {KE_KEY, 0x60, { KEY_SWITCHVIDEOMODE } }, | 323 | {KE_KEY, 0x60, { KEY_TOUCHPAD_ON } }, |
324 | {KE_KEY, 0x61, { KEY_SWITCHVIDEOMODE } }, /* LCD Only */ | 324 | {KE_KEY, 0x61, { KEY_SWITCHVIDEOMODE } }, /* LCD Only */ |
325 | {KE_KEY, 0x62, { KEY_SWITCHVIDEOMODE } }, /* CRT Only */ | 325 | {KE_KEY, 0x62, { KEY_SWITCHVIDEOMODE } }, /* CRT Only */ |
326 | {KE_KEY, 0x63, { KEY_SWITCHVIDEOMODE } }, /* LCD + CRT */ | 326 | {KE_KEY, 0x63, { KEY_SWITCHVIDEOMODE } }, /* LCD + CRT */ |